Html Css Color HEX #010971 Navy

📋 copy color: '#010971'

red 1 ◦ green 9 ◦ blue 113

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

Shades of Navy #010971

Tints of Navy #010971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 0.81%
G = 7.32%
B = 91.87%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010971 (or 0x010971) is known color: Navy. HEX triplet: 01, 09 and 71. RGB value is (1,9,113). Sum of RGB (Red+Green+Blue) = 1+9+113=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 113 (44.53% from 255 or 91.87% from 123); Max value from RGB is 113 - color contains mainly: blue. Hex color #010971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010971 is #FEF68E. Grayscale: #121212. Windows color (decimal): -16709263 or 7407873. OLE color: 7407873.

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

Color convert

RGB 1 9 113 -
CMYK 0.99 0.92 0 0.56
HSL 235.71º 0.98% 0.22% -
HSV(B) 235.71º 0.99% 0.44% -
XYZ 3.09 1.39 15.73 -
YUV 18.46 181.35 115.54 -
System Red Green Blue C M Y K H S L
Decimal 1 9 113 0.99 0.92 0 0.56 235.71 0.98 0.22
Hex 1 9 71 63 5C 0 38 EC 62 16
Octal 1 11 161 143 134 0 70 354 142 26
Binary 1 1001 1110001 1100011 1011100 0 111000 11101100 1100010 10110

Color Harmonies of #010971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010971

Black with #010971

Text Example


Text Example

White with #010971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010971; }

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

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

background-color css

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

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

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

border-color css

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

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

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