Html Css Color HEX #000875 Navy

📋 copy color: '#000875'

red 0 ◦ green 8 ◦ blue 117

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

Shades of Navy #000875

Tints of Navy #000875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 93.6%

R = 0%
G = 6.4%
B = 93.6%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000875 (or 0x000875) is known color: Navy. HEX triplet: 00, 08 and 75. RGB value is (0,8,117). Sum of RGB (Red+Green+Blue) = 0+8+117=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #000875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000875 is #FFF78A. Grayscale: #111111. Windows color (decimal): -16775051 or 7669760. OLE color: 7669760.

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

Color convert

RGB 0 8 117 -
CMYK 1 0.93 0 0.54
HSL 235.9º 1% 0.23% -
HSV(B) 235.9º 1% 0.46% -
XYZ 3.3 1.46 16.94 -
YUV 18.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 0 8 117 1 0.93 0 0.54 235.9 1 0.23
Hex 0 8 75 64 5D 0 36 EC 64 17
Octal 0 10 165 144 135 0 66 354 144 27
Binary 0 1000 1110101 1100100 1011101 0 110110 11101100 1100100 10111

Color Harmonies of #000875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000875

Black with #000875

Text Example


Text Example

White with #000875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000875; }

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

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

background-color css

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

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

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

border-color css

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

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

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