Html Css Color HEX #010C71 Navy

📋 copy color: '#010C71'

red 1 ◦ green 12 ◦ blue 113

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

Shades of Navy #010C71

Tints of Navy #010C71

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010C71 (or 0x010C71) is known color: Navy. HEX triplet: 01, 0C and 71. RGB value is (1,12,113). Sum of RGB (Red+Green+Blue) = 1+12+113=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 12 (5.08% from 255 or 9.52% 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 #010C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C71 is #FEF38E. Grayscale: #131313. Windows color (decimal): -16708495 or 7408641. OLE color: 7408641.

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

Color convert

RGB 1 12 113 -
CMYK 0.99 0.89 0 0.56
HSL 234.11º 0.98% 0.22% -
HSV(B) 234.11º 0.99% 0.44% -
XYZ 3.12 1.46 15.74 -
YUV 20.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 1 12 113 0.99 0.89 0 0.56 234.11 0.98 0.22
Hex 1 C 71 63 59 0 38 EA 62 16
Octal 1 14 161 143 131 0 70 352 142 26
Binary 1 1100 1110001 1100011 1011001 0 111000 11101010 1100010 10110

Color Harmonies of #010C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C71

Black with #010C71

Text Example


Text Example

White with #010C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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