COLOR #061A48

HEX: #061A48
RGB: (6,26,72)

Color info

#061A48 contains mainly green and blue colors. Web safe color of #061A48 is #000033 (or #003).

RGB color model

#061A48 color RGB value is (6,26,72).

  • red value is 6;
  • green value is 26;
  • blue value is 72.
RGB:
(6,26,72)
(2%,10%,28%)

RGB channels and saturation

R 6 of 255 = 2%
G 26 of 255 = 10%
B 72 of 255 = 28%

6
26
72

R + G + B ~ 13%. #061A48 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 26 + 72 = 104 (100%)
R 6 of 104 ~ 5.77%
G 26 of 104 ~ 25%
B 72 of 104 ~ 69.23%

%25
%69.23

CMYK color model

#061A48 color CMYK value is (92,64,0,72).

  • cyan value is 91.67%
  • magenta value is 63.89%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(92,64,0,72)
C92M64Y0K72 
(92%,64%,0%,72%)
(0.92/0.64/0.00/0.72)	

CMYK percentages

%91.67
%63.89
%0
%71.76

Codes

Color #061A48 in popluar color models

061A48
RGB62672
HSL222°84.62%15.29%
HSB/HSV222°91.67%28.24%
CMYK91.67%63.89%0.00%
71.76%

Color #061A48 in popluar number systems.

HEX061A48
Decimal62672
Binary110110101001000
Octal632110

Shades and tints

Shades of #061A48

#061A48
(6,26,72)
#061842
(6,24,66)
#06163C
(6,22,60)
#061436
(6,20,54)
#061230
(6,18,48)
#06102A
(6,16,42)
#060E24
(6,14,36)
#060C1E
(6,12,30)
#060A18
(6,10,24)
#060812
(6,8,18)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #061A48

#061A48
(6,26,72)
#1C2E58
(28,46,88)
#324268
(50,66,104)
#485678
(72,86,120)
#5E6A88
(94,106,136)
#747E98
(116,126,152)
#8A92A8
(138,146,168)
#A0A6B8
(160,166,184)
#B6BAC8
(182,186,200)
#CCCED8
(204,206,216)
#E2E2E8
(226,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061A48 color. Also use rgb(6,26,72) instead hex code.

Text Font Color

.myTextColor { color: #061A48; }

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

This text font color is #061A48.


Background Color

.myBgColor { background-color: #061A48; }

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

This div background color is #061A48.


Border color

.myBorderColor { border: 1px solid #061A48; }

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

This div border color is #061A48.


Opacity

.myOpacity80 { color: #061A48; opacity: 0.8; }

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

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

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

This text has shadow with #061A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061A48 on black background.


Color preview on white background

This text has color #061A48 on white background.



Black color preview on #061A48 background

This text has black color on #061A48 background.


White color preview on #061A48 background

This text has white color on #061A48 background.