Html Css Color HEX #000870 Navy

📋 copy color: '#000870'

red 0 ◦ green 8 ◦ blue 112

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

Shades of Navy #000870

Tints of Navy #000870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 93.33%

R = 0%
G = 6.67%
B = 93.33%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000870 (or 0x000870) is known color: Navy. HEX triplet: 00, 08 and 70. RGB value is (0,8,112). Sum of RGB (Red+Green+Blue) = 0+8+112=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #000870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000870 is #FFF78F. Grayscale: #111111. Windows color (decimal): -16775056 or 7342080. OLE color: 7342080.

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

Color convert

RGB 0 8 112 -
CMYK 1 0.93 0 0.56
HSL 235.71º 1% 0.22% -
HSV(B) 235.71º 1% 0.44% -
XYZ 3.01 1.34 15.43 -
YUV 17.46 181.35 115.54 -
System Red Green Blue C M Y K H S L
Decimal 0 8 112 1 0.93 0 0.56 235.71 1 0.22
Hex 0 8 70 64 5D 0 38 EC 64 16
Octal 0 10 160 144 135 0 70 354 144 26
Binary 0 1000 1110000 1100100 1011101 0 111000 11101100 1100100 10110

Color Harmonies of #000870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000870

Black with #000870

Text Example


Text Example

White with #000870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000870; }

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

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

background-color css

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

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

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

border-color css

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

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

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