#010873

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

Shades of Navy #010873

Tints of Navy #010873

Color information

#010873 (or 0x010873) is unknown color: approx Navy. HEX triplet: 01, 08 and 73. RGB value is (1,8,115). Sum of RGB (Red+Green+Blue) = 1+8+115=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #010873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010873 is #FEF78C. Grayscale: #111111. Windows color (decimal): -16709517 or 7538689. OLE color: 7538689.

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

Color convert

RGB18115-
CMYK0.990.9300.55
HSL236.32º98.28%22.75%-
HSV(B)236.32º99.13%45.1%-
XYZ3.191.4216.33-
YUV18.1182.68115.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 115 (45.31% from 255) = 92.74%
R=0.81%
G=6.45%
B=92.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181150.990.9300.55236.3298.2822.75
Hex1873635D037ec6217
Octal11016314313506735414227
Binary11000111001111000111011101011011111101100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010873; }

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

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

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

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

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

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

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

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