Html Css Color HEX #0C066E Navy

📋 copy color: '#0C066E'

red 12 ◦ green 6 ◦ blue 110

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

Shades of Navy #0C066E

Tints of Navy #0C066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 85.94%

R = 9.38%
G = 4.69%
B = 85.94%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C066E (or 0x0C066E) is known color: Navy. HEX triplet: 0C, 06 and 6E. RGB value is (12,6,110). Sum of RGB (Red+Green+Blue) = 12+6+110=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C066E is #F3F991. Grayscale: #131313. Windows color (decimal): -15989138 or 7210508. OLE color: 7210508.

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

Color convert

RGB 12 6 110 -
CMYK 0.89 0.95 0 0.57
HSL 243.46º 0.9% 0.23% -
HSV(B) 243.46º 0.95% 0.43% -
XYZ 3.03 1.33 14.85 -
YUV 19.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 12 6 110 0.89 0.95 0 0.57 243.46 0.9 0.23
Hex C 6 6E 59 5F 0 39 F3 5A 17
Octal 14 6 156 131 137 0 71 363 132 27
Binary 1100 110 1101110 1011001 1011111 0 111001 11110011 1011010 10111

Color Harmonies of #0C066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C066E

Black with #0C066E

Text Example


Text Example

White with #0C066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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