Html Css Color HEX #000C71 Navy

📋 copy color: '#000C71'

red 0 ◦ green 12 ◦ blue 113

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

Shades of Navy #000C71

Tints of Navy #000C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 90.4%

R = 0%
G = 9.6%
B = 90.4%

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

#000C71 (or 0x000C71) is known color: Navy. HEX triplet: 00, 0C and 71. RGB value is (0,12,113). Sum of RGB (Red+Green+Blue) = 0+12+113=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 113 (44.53% from 255 or 90.4% from 125); Max value from RGB is 113 - color contains mainly: blue. Hex color #000C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C71 is #FFF38E. Grayscale: #131313. Windows color (decimal): -16774031 or 7408640. OLE color: 7408640.

HSL color Cylindrical-coordinate representation of color #000C71: hue angle of 233.63º 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 #000C71 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 12 113 -
CMYK 1 0.89 0 0.56
HSL 233.63º 1% 0.22% -
HSV(B) 233.63º 1% 0.44% -
XYZ 3.11 1.46 15.74 -
YUV 19.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 0 12 113 1 0.89 0 0.56 233.63 1 0.22
Hex 0 C 71 64 59 0 38 EA 64 16
Octal 0 14 161 144 131 0 70 352 144 26
Binary 0 1100 1110001 1100100 1011001 0 111000 11101010 1100100 10110

Color Harmonies of #000C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C71

Black with #000C71

Text Example


Text Example

White with #000C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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