COLOR #062549

HEX: #062549
RGB: (6,37,73)

Color info

#062549 contains mainly green and blue colors. Web safe color of #062549 is #003333 (or #033).

RGB color model

#062549 color RGB value is (6,37,73).

  • red value is 6;
  • green value is 37;
  • blue value is 73.
RGB:
(6,37,73)
(2%,15%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 37 of 255 = 15%
B 73 of 255 = 29%

6
37
73

R + G + B ~ 15%. #062549 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 37 + 73 = 116 (100%)
R 6 of 116 ~ 5.17%
G 37 of 116 ~ 31.9%
B 73 of 116 ~ 62.93%

%31.9
%62.93

CMYK color model

#062549 color CMYK value is (92,49,0,71).

  • cyan value is 91.78%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(92,49,0,71)
C92M49Y0K71 
(92%,49%,0%,71%)
(0.92/0.49/0.00/0.71)	

CMYK percentages

%91.78
%49.32
%0
%71.37

Codes

Color #062549 in popluar color models

062549
RGB63773
HSL212°84.81%15.49%
HSB/HSV212°91.78%28.63%
CMYK91.78%49.32%0.00%
71.37%

Color #062549 in popluar number systems.

HEX062549
Decimal63773
Binary1101001011001001
Octal645111

Shades and tints

Shades of #062549

#062549
(6,37,73)
#062243
(6,34,67)
#061F3D
(6,31,61)
#061C37
(6,28,55)
#061931
(6,25,49)
#06162B
(6,22,43)
#061325
(6,19,37)
#06101F
(6,16,31)
#060D19
(6,13,25)
#060A13
(6,10,19)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #062549

#062549
(6,37,73)
#1C3859
(28,56,89)
#324B69
(50,75,105)
#485E79
(72,94,121)
#5E7189
(94,113,137)
#748499
(116,132,153)
#8A97A9
(138,151,169)
#A0AAB9
(160,170,185)
#B6BDC9
(182,189,201)
#CCD0D9
(204,208,217)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062549 color. Also use rgb(6,37,73) instead hex code.

Text Font Color

.myTextColor { color: #062549; }

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

This text font color is #062549.


Background Color

.myBgColor { background-color: #062549; }

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

This div background color is #062549.


Border color

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

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

This div border color is #062549.


Opacity

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

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

Text with #062549 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 #062549;}

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

This text has shadow with #062549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062549 on black background.


Color preview on white background

This text has color #062549 on white background.



Black color preview on #062549 background

This text has black color on #062549 background.


White color preview on #062549 background

This text has white color on #062549 background.