Html Css Color HEX #060C72 Navy

📋 copy color: '#060C72'

red 6 ◦ green 12 ◦ blue 114

#060C72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #060C72

Tints of Navy #060C72

RGB

 RED value IS 6 (2.73% from 255) = 4.55%

 GREEN value IS 12 (5.08% from 255) = 9.09%

 BLUE value IS 114 (44.92% from 255) = 86.36%

R = 4.55%
G = 9.09%
B = 86.36%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#060C72 (or 0x060C72) is known color: Navy. HEX triplet: 06, 0C and 72. RGB value is (6,12,114). Sum of RGB (Red+Green+Blue) = 6+12+114=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #060C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C72 is #F9F38D. Grayscale: #151515. Windows color (decimal): -16380814 or 7474182. OLE color: 7474182.

HSL color Cylindrical-coordinate representation of color #060C72: hue angle of 236.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060C72 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 12 114 -
CMYK 0.95 0.89 0 0.55
HSL 236.67º 0.9% 0.24% -
HSV(B) 236.67º 0.95% 0.45% -
XYZ 3.24 1.52 16.04 -
YUV 21.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 6 12 114 0.95 0.89 0 0.55 236.67 0.9 0.24
Hex 6 C 72 5F 59 0 37 ED 5A 18
Octal 6 14 162 137 131 0 67 355 132 30
Binary 110 1100 1110010 1011111 1011001 0 110111 11101101 1011010 11000

Color Harmonies of #060C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C72

Black with #060C72

Text Example


Text Example

White with #060C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060C72; }

 p { color: rgb(6,12,114); }

 H1.HeaderClassName
 {
   color: #060C72;
 }
 .AnyTagClassName
 {
   color: #060C72;
 }
</style>

background-color css

<style>
 a { background-color: #060C72; }

 a { background-color: rgb(6,12,114); }

 div.DivClassName
 {
   background-color: #060C72;
 }
 .BgClassName
 {
   background-color: #060C72;
 }
</style>

border-color css

<style>
 span { border-color: #060C72; }

 span { border-color: rgb(6,12,114); }

 td.TdClassName
 {
   border-color: #060C72;
 }
 .TagClassName
 {
   border-color: #060C72;
 }
</style>