Html Css Color HEX #010873 Navy

📋 copy color: '#010873'

red 1 ◦ green 8 ◦ blue 115

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

Shades of Navy #010873

Tints of Navy #010873

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 value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010873 (or 0x010873) is known color: 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

RGB 1 8 115 -
CMYK 0.99 0.93 0 0.55
HSL 236.32º 0.98% 0.23% -
HSV(B) 236.32º 0.99% 0.45% -
XYZ 3.19 1.42 16.33 -
YUV 18.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 1 8 115 0.99 0.93 0 0.55 236.32 0.98 0.23
Hex 1 8 73 63 5D 0 37 EC 62 17
Octal 1 10 163 143 135 0 67 354 142 27
Binary 1 1000 1110011 1100011 1011101 0 110111 11101100 1100010 10111

Color Harmonies of #010873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010873

Black with #010873

Text Example


Text Example

White with #010873

Text Example


Text Example

HTML Codes & Css Web 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>