COLOR #062459

HEX: #062459
RGB: (6,36,89)

Color info

#062459 contains mainly green and blue colors. Web safe color of #062459 is #003366 (or #036).

RGB color model

#062459 color RGB value is (6,36,89).

  • red value is 6;
  • green value is 36;
  • blue value is 89.
RGB:
(6,36,89)
(2%,14%,35%)

RGB channels and saturation

R 6 of 255 = 2%
G 36 of 255 = 14%
B 89 of 255 = 35%

6
36
89

R + G + B ~ 17%. #062459 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 36 + 89 = 131 (100%)
R 6 of 131 ~ 4.58%
G 36 of 131 ~ 27.48%
B 89 of 131 ~ 67.94%

%27.48
%67.94

CMYK color model

#062459 color CMYK value is (93,60,0,65).

  • cyan value is 93.26%
  • magenta value is 59.55%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(93,60,0,65)
C93M60Y0K65 
(93%,60%,0%,65%)
(0.93/0.60/0.00/0.65)	

CMYK percentages

%93.26
%59.55
%0
%65.1

Codes

Color #062459 in popluar color models

062459
RGB63689
HSL218°87.37%18.63%
HSB/HSV218°93.26%34.90%
CMYK93.26%59.55%0.00%
65.10%

Color #062459 in popluar number systems.

HEX062459
Decimal63689
Binary1101001001011001
Octal644131

Shades and tints

Shades of #062459

#062459
(6,36,89)
#062151
(6,33,81)
#061E49
(6,30,73)
#061B41
(6,27,65)
#061839
(6,24,57)
#061531
(6,21,49)
#061229
(6,18,41)
#060F21
(6,15,33)
#060C19
(6,12,25)
#060911
(6,9,17)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #062459

#062459
(6,36,89)
#1C3768
(28,55,104)
#324A77
(50,74,119)
#485D86
(72,93,134)
#5E7095
(94,112,149)
#7483A4
(116,131,164)
#8A96B3
(138,150,179)
#A0A9C2
(160,169,194)
#B6BCD1
(182,188,209)
#CCCFE0
(204,207,224)
#E2E2EF
(226,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062459 color. Also use rgb(6,36,89) instead hex code.

Text Font Color

.myTextColor { color: #062459; }

<p style="color:#062459">This sample text font color is #062459.</p>

This text font color is #062459.


Background Color

.myBgColor { background-color: #062459; }

<div style="background-color:#062459">Inner text</div>

This div background color is #062459.


Border color

.myBorderColor { border: 1px solid #062459; }

<div style="border:3px solid #062459">Div</div>

This div border color is #062459.


Opacity

.myOpacity80 { color: #062459; opacity: 0.8; }

<p style="color:#062459;opacity:0.8;">80%</p>

Text with #062459 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #062459;}

<p style="text-shadow: 3px 3px 1px #062459">Text here.</p>

This text has shadow with #062459 color.

.textShadow {text-shadow: 3px 3px 1px #062459, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #062459, 5px 5px 20px red">Text here.</p>

This text has shadow with #062459 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#062459, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#062459, Direction=45, Strength=4)">Text</p>

This text has shadow with #062459 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #062459;
  -webkit-box-shadow:	1px 1px 3px 2px #062459;
  box-shadow:		1px 1px 3px 2px #062459;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #062459;
-webkit-box-shadow: 1px 1px 3px 2px #062459;
box-shadow:1px 1px 3px 2px #062459;">
Div content here</div>
This div box has shadow with color #062459.

Preview

Color preview on black background

This text has color #062459 on black background.


Color preview on white background

This text has color #062459 on white background.



Black color preview on #062459 background

This text has black color on #062459 background.


White color preview on #062459 background

This text has white color on #062459 background.