Html Css Color HEX #0C006E Navy

📋 copy color: '#0C006E'

red 12 ◦ green 0 ◦ blue 110

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

Shades of Navy #0C006E

Tints of Navy #0C006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.84%
G = 0%
B = 90.16%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C006E (or 0x0C006E) is known color: Navy. HEX triplet: 0C, 00 and 6E. RGB value is (12,0,110). Sum of RGB (Red+Green+Blue) = 12+0+110=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 110 (43.36% from 255 or 90.16% from 122); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C006E is #F3FF91. Grayscale: #0F0F0F. Windows color (decimal): -15990674 or 7208972. OLE color: 7208972.

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

Color convert

RGB 12 0 110 -
CMYK 0.89 1 0 0.57
HSL 246.55º 1% 0.22% -
HSV(B) 246.55º 1% 0.43% -
XYZ 2.97 1.2 14.83 -
YUV 16.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 12 0 110 0.89 1 0 0.57 246.55 1 0.22
Hex C 0 6E 59 64 0 39 F7 64 16
Octal 14 0 156 131 144 0 71 367 144 26
Binary 1100 0 1101110 1011001 1100100 0 111001 11110111 1100100 10110

Color Harmonies of #0C006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C006E

Black with #0C006E

Text Example


Text Example

White with #0C006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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