Html Css Color HEX #0C066F Navy

📋 copy color: '#0C066F'

red 12 ◦ green 6 ◦ blue 111

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

Shades of Navy #0C066F

Tints of Navy #0C066F

RGB

 RED value IS 12 (5.08% from 255) = 9.3%

 GREEN value IS 6 (2.73% from 255) = 4.65%

 BLUE value IS 111 (43.75% from 255) = 86.05%

R = 9.3%
G = 4.65%
B = 86.05%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C066F (or 0x0C066F) is known color: Navy. HEX triplet: 0C, 06 and 6F. RGB value is (12,6,111). Sum of RGB (Red+Green+Blue) = 12+6+111=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 111 (43.75% from 255 or 86.05% from 129); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C066F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C066F is #F3F990. Grayscale: #131313. Windows color (decimal): -15989137 or 7276044. OLE color: 7276044.

HSL color Cylindrical-coordinate representation of color #0C066F: hue angle of 243.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C066F is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 6 111 -
CMYK 0.89 0.95 0 0.56
HSL 243.43º 0.9% 0.23% -
HSV(B) 243.43º 0.95% 0.44% -
XYZ 3.09 1.36 15.14 -
YUV 19.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 12 6 111 0.89 0.95 0 0.56 243.43 0.9 0.23
Hex C 6 6F 59 5F 0 38 F3 5A 17
Octal 14 6 157 131 137 0 70 363 132 27
Binary 1100 110 1101111 1011001 1011111 0 111000 11110011 1011010 10111

Color Harmonies of #0C066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C066F

Black with #0C066F

Text Example


Text Example

White with #0C066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C066F; }

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

 H1.HeaderClassName
 {
   color: #0C066F;
 }
 .AnyTagClassName
 {
   color: #0C066F;
 }
</style>

background-color css

<style>
 a { background-color: #0C066F; }

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

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

border-color css

<style>
 span { border-color: #0C066F; }

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

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