Html Css Color HEX #000C6C Navy

📋 copy color: '#000C6C'

red 0 ◦ green 12 ◦ blue 108

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

Shades of Navy #000C6C

Tints of Navy #000C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 90%

R = 0%
G = 10%
B = 90%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#000C6C (or 0x000C6C) is known color: Navy. HEX triplet: 00, 0C and 6C. RGB value is (0,12,108). Sum of RGB (Red+Green+Blue) = 0+12+108=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 108 (42.58% from 255 or 90% from 120); Max value from RGB is 108 - color contains mainly: blue. Hex color #000C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C6C is #FFF393. Grayscale: #121212. Windows color (decimal): -16774036 or 7080960. OLE color: 7080960.

HSL color Cylindrical-coordinate representation of color #000C6C: hue angle of 233.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C6C is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 12 108 -
CMYK 1 0.89 0 0.58
HSL 233.33º 1% 0.21% -
HSV(B) 233.33º 1% 0.42% -
XYZ 2.84 1.35 14.3 -
YUV 19.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 0 12 108 1 0.89 0 0.58 233.33 1 0.21
Hex 0 C 6C 64 59 0 3A E9 64 15
Octal 0 14 154 144 131 0 72 351 144 25
Binary 0 1100 1101100 1100100 1011001 0 111010 11101001 1100100 10101

Color Harmonies of #000C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C6C

Black with #000C6C

Text Example


Text Example

White with #000C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C6C; }

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

 H1.HeaderClassName
 {
   color: #000C6C;
 }
 .AnyTagClassName
 {
   color: #000C6C;
 }
</style>

background-color css

<style>
 a { background-color: #000C6C; }

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

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

border-color css

<style>
 span { border-color: #000C6C; }

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

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