Html Css Color HEX #000873 Navy

📋 copy color: '#000873'

red 0 ◦ green 8 ◦ blue 115

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

Shades of Navy #000873

Tints of Navy #000873

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 115 (45.31% from 255) = 93.5%

R = 0%
G = 6.5%
B = 93.5%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000873 (or 0x000873) is known color: Navy. HEX triplet: 00, 08 and 73. RGB value is (0,8,115). Sum of RGB (Red+Green+Blue) = 0+8+115=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #000873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000873 is #FFF78C. Grayscale: #111111. Windows color (decimal): -16775053 or 7538688. OLE color: 7538688.

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

Color convert

RGB 0 8 115 -
CMYK 1 0.93 0 0.55
HSL 235.83º 1% 0.23% -
HSV(B) 235.83º 1% 0.45% -
XYZ 3.18 1.41 16.32 -
YUV 17.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 0 8 115 1 0.93 0 0.55 235.83 1 0.23
Hex 0 8 73 64 5D 0 37 EC 64 17
Octal 0 10 163 144 135 0 67 354 144 27
Binary 0 1000 1110011 1100100 1011101 0 110111 11101100 1100100 10111

Color Harmonies of #000873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000873

Black with #000873

Text Example


Text Example

White with #000873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000873; }

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

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

background-color css

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

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

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

border-color css

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

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

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