COLOR #061938

HEX: #061938
RGB: (6,25,56)

Color info

#061938 contains red, green and blue colors in about the same proportion. Web safe color of #061938 is #000033 (or #003).

RGB color model

#061938 color RGB value is (6,25,56).

  • red value is 6;
  • green value is 25;
  • blue value is 56.
RGB:
(6,25,56)
(2%,10%,22%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 56 of 255 = 22%

6
25
56

R + G + B ~ 11%. #061938 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 25 + 56 = 87 (100%)
R 6 of 87 ~ 6.9%
G 25 of 87 ~ 28.74%
B 56 of 87 ~ 64.37%

%28.74
%64.37

CMYK color model

#061938 color CMYK value is (89,55,0,78).

  • cyan value is 89.29%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(89,55,0,78)
C89M55Y0K78 
(89%,55%,0%,78%)
(0.89/0.55/0.00/0.78)	

CMYK percentages

%89.29
%55.36
%0
%78.04

Codes

Color #061938 in popluar color models

061938
RGB62556
HSL217°80.65%12.16%
HSB/HSV217°89.29%21.96%
CMYK89.29%55.36%0.00%
78.04%

Color #061938 in popluar number systems.

HEX061938
Decimal62556
Binary11011001111000
Octal63170

Shades and tints

Shades of #061938

#061938
(6,25,56)
#061733
(6,23,51)
#06152E
(6,21,46)
#061329
(6,19,41)
#061124
(6,17,36)
#060F1F
(6,15,31)
#060D1A
(6,13,26)
#060B15
(6,11,21)
#060910
(6,9,16)
#06070B
(6,7,11)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #061938

#061938
(6,25,56)
#1C2D4A
(28,45,74)
#32415C
(50,65,92)
#48556E
(72,85,110)
#5E6980
(94,105,128)
#747D92
(116,125,146)
#8A91A4
(138,145,164)
#A0A5B6
(160,165,182)
#B6B9C8
(182,185,200)
#CCCDDA
(204,205,218)
#E2E1EC
(226,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061938 color. Also use rgb(6,25,56) instead hex code.

Text Font Color

.myTextColor { color: #061938; }

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

This text font color is #061938.


Background Color

.myBgColor { background-color: #061938; }

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

This div background color is #061938.


Border color

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

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

This div border color is #061938.


Opacity

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

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

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

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

This text has shadow with #061938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061938 on black background.


Color preview on white background

This text has color #061938 on white background.



Black color preview on #061938 background

This text has black color on #061938 background.


White color preview on #061938 background

This text has white color on #061938 background.