Html Css Color HEX #0C0171 Navy

📋 copy color: '#0C0171'

red 12 ◦ green 1 ◦ blue 113

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

Shades of Navy #0C0171

Tints of Navy #0C0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

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

R = 9.52%
G = 0.79%
B = 89.68%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C0171 (or 0x0C0171) is known color: Navy. HEX triplet: 0C, 01 and 71. RGB value is (12,1,113). Sum of RGB (Red+Green+Blue) = 12+1+113=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 113 (44.53% from 255 or 89.68% from 126); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C0171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0171 is #F3FE8E. Grayscale: #101010. Windows color (decimal): -15990415 or 7405836. OLE color: 7405836.

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

Color convert

RGB 12 1 113 -
CMYK 0.89 0.99 0 0.56
HSL 245.89º 0.98% 0.22% -
HSV(B) 245.89º 0.99% 0.44% -
XYZ 3.14 1.29 15.71 -
YUV 17.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 12 1 113 0.89 0.99 0 0.56 245.89 0.98 0.22
Hex C 1 71 59 63 0 38 F6 62 16
Octal 14 1 161 131 143 0 70 366 142 26
Binary 1100 1 1110001 1011001 1100011 0 111000 11110110 1100010 10110

Color Harmonies of #0C0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0171

Black with #0C0171

Text Example


Text Example

White with #0C0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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