#010876

Color #010876 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #010876

Tints of Navy #010876

Color information

#010876 (or 0x010876) is unknown color: approx Navy. HEX triplet: 01, 08 and 76. RGB value is (1,8,118). Sum of RGB (Red+Green+Blue) = 1+8+118=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 118 (46.48% from 255 or 92.91% from 127); Max value from RGB is 118 - color contains mainly: blue. Hex color #010876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010876 is #FEF789. Grayscale: #121212. Windows color (decimal): -16709514 or 7735297. OLE color: 7735297.

HSL color Cylindrical-coordinate representation of color #010876: hue angle of 236.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010876 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB18118-
CMYK0.990.9300.54
HSL236.41º98.32%23.33%-
HSV(B)236.41º99.15%46.27%-
XYZ3.371.4917.25-
YUV18.45184.18115.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 118 (46.48% from 255) = 92.91%
R=0.79%
G=6.30%
B=92.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181180.990.9300.54236.4198.3223.33
Hex1876635D036ec6217
Octal11016614313506635414227
Binary11000111011011000111011101011011011101100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010876; }

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

 H1.HeaderClassName
 {
   color: #010876;
 }
 .AnyTagClassName
 {
   color: #010876;
 }
</style>
background-color css

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

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

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

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

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

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