Html Css Color HEX #000976 Navy

📋 copy color: '#000976'

red 0 ◦ green 9 ◦ blue 118

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

Shades of Navy #000976

Tints of Navy #000976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

 BLUE value IS 118 (46.48% from 255) = 92.91%

R = 0%
G = 7.09%
B = 92.91%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000976 (or 0x000976) is known color: Navy. HEX triplet: 00, 09 and 76. RGB value is (0,9,118). Sum of RGB (Red+Green+Blue) = 0+9+118=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 118 (46.48% from 255 or 92.91% from 127); Max value from RGB is 118 - color contains mainly: blue. Hex color #000976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000976 is #FFF689. Grayscale: #121212. Windows color (decimal): -16774794 or 7735552. OLE color: 7735552.

HSL color Cylindrical-coordinate representation of color #000976: hue angle of 235.42º 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 #000976 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 9 118 -
CMYK 1 0.92 0 0.54
HSL 235.42º 1% 0.23% -
HSV(B) 235.42º 1% 0.46% -
XYZ 3.37 1.5 17.25 -
YUV 18.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 0 9 118 1 0.92 0 0.54 235.42 1 0.23
Hex 0 9 76 64 5C 0 36 EB 64 17
Octal 0 11 166 144 134 0 66 353 144 27
Binary 0 1001 1110110 1100100 1011100 0 110110 11101011 1100100 10111

Color Harmonies of #000976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000976

Black with #000976

Text Example


Text Example

White with #000976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000976; }

 p { color: rgb(0,9,118); }

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

background-color css

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

 a { background-color: rgb(0,9,118); }

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

border-color css

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

 span { border-color: rgb(0,9,118); }

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