Html Css Color HEX #010871 Navy

📋 copy color: '#010871'

red 1 ◦ green 8 ◦ blue 113

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

Shades of Navy #010871

Tints of Navy #010871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.56%

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

R = 0.82%
G = 6.56%
B = 92.62%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010871 (or 0x010871) is known color: Navy. HEX triplet: 01, 08 and 71. RGB value is (1,8,113). Sum of RGB (Red+Green+Blue) = 1+8+113=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 113 (44.53% from 255 or 92.62% from 122); Max value from RGB is 113 - color contains mainly: blue. Hex color #010871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010871 is #FEF78E. Grayscale: #111111. Windows color (decimal): -16709519 or 7407617. OLE color: 7407617.

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

Color convert

RGB 1 8 113 -
CMYK 0.99 0.93 0 0.56
HSL 236.25º 0.98% 0.22% -
HSV(B) 236.25º 0.99% 0.44% -
XYZ 3.08 1.37 15.73 -
YUV 17.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 1 8 113 0.99 0.93 0 0.56 236.25 0.98 0.22
Hex 1 8 71 63 5D 0 38 EC 62 16
Octal 1 10 161 143 135 0 70 354 142 26
Binary 1 1000 1110001 1100011 1011101 0 111000 11101100 1100010 10110

Color Harmonies of #010871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010871

Black with #010871

Text Example


Text Example

White with #010871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010871; }

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

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

background-color css

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

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

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

border-color css

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

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

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