COLOR #061F4A

HEX: #061F4A RGB: (6,31,74)

Color info

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

RGB color model

#061F4A color RGB value is (6,31,74).

RGB: (6,31,74) (2%, 12%, 29%)

RGB channels and saturation

R 6 of 255 = 2%
G 31 of 255 = 12%
B 74 of 255 = 29%

6
31
74

R + G + B ~ 14%. #061F4A is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 31 + 74 = 111 (100%)
R 6 of 111 ~ 5.41%
G 31 of 111 ~ 27.93%
B 74 of 111 ~ 66.67'%

%27.93
%66.67

CMYK color model

#061F4A color CMYK value is (92,58,0,71).

  • cyan value is 91.89%
  • magenta value is 58.11%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (92,58,0,71)
C92M58Y0K71 (92%, 58%, 0%, 71%)
(0.92 / 0.58 / 0.00 / 0.71)

CMYK percentages

%91.89
%58.11
%0
%70.98

Codes

Color #061F4A in popluar color models

06 1F 4A
RGB 6 31 74
HSL 218° 85.00% 15.69%
HSB/HSV 218° 91.89% 29.02%
CMYK 91.89% 58.11% 0.00%
70.98%

Color #061F4A in popluar number systems.

HEX 06 1F 4A
Decimal 6 31 74
Binary 110 11111 1001010
Octal 6 37 112

Shades and tints

Shades of #061F4A

#061F4A
(6,31,74)
#061D44
(6,29,68)
#061B3E
(6,27,62)
#061938
(6,25,56)
#061732
(6,23,50)
#06152C
(6,21,44)
#061326
(6,19,38)
#061120
(6,17,32)
#060F1A
(6,15,26)
#060D14
(6,13,20)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #061F4A

#061F4A
(6,31,74)
#1C335A
(28,51,90)
#32476A
(50,71,106)
#485B7A
(72,91,122)
#5E6F8A
(94,111,138)
#74839A
(116,131,154)
#8A97AA
(138,151,170)
#A0ABBA
(160,171,186)
#B6BFCA
(182,191,202)
#CCD3DA
(204,211,218)
#E2E7EA
(226,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061F4A color. Also use rgb(6,31,74) instead hex code.

Text Font Color

.myTextColor { color: #061F4A; }

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

This text font color is #061F4A.

Background Color

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

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

This div background color is #061F4A.

Border color

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

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

This div border color is #061F4A.

Opacity

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

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

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

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

This text has shadow with #061F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061F4A.

Preview

Color preview on black background

This text has color #061F4A on black background.


Color preview on white background

This text has color #061F4A on white background.


Black color preview on #061F4A background

This text has black color on #061F4A background.


White color preview on #061F4A background

This text has white color on #061F4A background.


Related colors

Complementary color

Complementary color for #hex is #F9E0B5.


I love getcolorcode.com

Triadic colors

1 #4A061F and #1F4A06 with #061F4A are triadic colors.

2 #4A1F06 and #1F064A with #061F4A are triadic colors.