COLOR #061F70

HEX: #061F70 RGB: (6,31,112)

Color info

#061F70 contains mainly blue color. Web safe color of #061F70 is #003366 (or #036).

RGB color model

#061F70 color RGB value is (6,31,112).

RGB: (6,31,112) (2%, 12%, 44%)

RGB channels and saturation

R 6 of 255 = 2%
G 31 of 255 = 12%
B 112 of 255 = 44%

6
31
112

R + G + B ~ 19%. #061F70 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 31 + 112 = 149 (100%)
R 6 of 149 ~ 4.03%
G 31 of 149 ~ 20.81%
B 112 of 149 ~ 75.17'%

%20.81
%75.17

CMYK color model

#061F70 color CMYK value is (95,72,0,56).

  • cyan value is 94.64%
  • magenta value is 72.32%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (95,72,0,56)
C95M72Y0K56 (95%, 72%, 0%, 56%)
(0.95 / 0.72 / 0.00 / 0.56)

CMYK percentages

%94.64
%72.32
%0
%56.08

Codes

Color #061F70 in popluar color models

06 1F 70
RGB 6 31 112
HSL 226° 89.83% 23.14%
HSB/HSV 226° 94.64% 43.92%
CMYK 94.64% 72.32% 0.00%
56.08%

Color #061F70 in popluar number systems.

HEX 06 1F 70
Decimal 6 31 112
Binary 110 11111 1110000
Octal 6 37 160

Shades and tints

Shades of #061F70

#061F70
(6,31,112)
#061D66
(6,29,102)
#061B5C
(6,27,92)
#061952
(6,25,82)
#061748
(6,23,72)
#06153E
(6,21,62)
#061334
(6,19,52)
#06112A
(6,17,42)
#060F20
(6,15,32)
#060D16
(6,13,22)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #061F70

#061F70
(6,31,112)
#1C337D
(28,51,125)
#32478A
(50,71,138)
#485B97
(72,91,151)
#5E6FA4
(94,111,164)
#7483B1
(116,131,177)
#8A97BE
(138,151,190)
#A0ABCB
(160,171,203)
#B6BFD8
(182,191,216)
#CCD3E5
(204,211,229)
#E2E7F2
(226,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061F70; }

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

This text font color is #061F70.

Background Color

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

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

This div background color is #061F70.

Border color

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

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

This div border color is #061F70.

Opacity

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

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

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

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

This text has shadow with #061F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061F70.

Preview

Color preview on black background

This text has color #061F70 on black background.


Color preview on white background

This text has color #061F70 on white background.


Black color preview on #061F70 background

This text has black color on #061F70 background.


White color preview on #061F70 background

This text has white color on #061F70 background.


Related colors

Complementary color

Complementary color for #hex is #F9E08F.


I love getcolorcode.com

Triadic colors

1 #70061F and #1F7006 with #061F70 are triadic colors.

2 #701F06 and #1F0670 with #061F70 are triadic colors.