Html Css Color HEX #000C6F Navy

📋 copy color: '#000C6F'

red 0 ◦ green 12 ◦ blue 111

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

Shades of Navy #000C6F

Tints of Navy #000C6F

RGB

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

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

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

R = 0%
G = 9.76%
B = 90.24%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000C6F (or 0x000C6F) is known color: Navy. HEX triplet: 00, 0C and 6F. RGB value is (0,12,111). Sum of RGB (Red+Green+Blue) = 0+12+111=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 111 (43.75% from 255 or 90.24% from 123); Max value from RGB is 111 - color contains mainly: blue. Hex color #000C6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C6F is #FFF390. Grayscale: #131313. Windows color (decimal): -16774033 or 7277568. OLE color: 7277568.

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

Color convert

RGB 0 12 111 -
CMYK 1 0.89 0 0.56
HSL 233.51º 1% 0.22% -
HSV(B) 233.51º 1% 0.44% -
XYZ 3 1.41 15.15 -
YUV 19.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 0 12 111 1 0.89 0 0.56 233.51 1 0.22
Hex 0 C 6F 64 59 0 38 EA 64 16
Octal 0 14 157 144 131 0 70 352 144 26
Binary 0 1100 1101111 1100100 1011001 0 111000 11101010 1100100 10110

Color Harmonies of #000C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C6F

Black with #000C6F

Text Example


Text Example

White with #000C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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