Html Css Color HEX #000977 Navy

📋 copy color: '#000977'

red 0 ◦ green 9 ◦ blue 119

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

Shades of Navy #000977

Tints of Navy #000977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 92.97%

R = 0%
G = 7.03%
B = 92.97%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#000977 (or 0x000977) is known color: Navy. HEX triplet: 00, 09 and 77. RGB value is (0,9,119). Sum of RGB (Red+Green+Blue) = 0+9+119=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 119 (46.88% from 255 or 92.97% from 128); Max value from RGB is 119 - color contains mainly: blue. Hex color #000977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000977 is #FFF688. Grayscale: #121212. Windows color (decimal): -16774793 or 7801088. OLE color: 7801088.

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

Color convert

RGB 0 9 119 -
CMYK 1 0.92 0 0.53
HSL 235.46º 1% 0.23% -
HSV(B) 235.46º 1% 0.47% -
XYZ 3.43 1.53 17.57 -
YUV 18.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 0 9 119 1 0.92 0 0.53 235.46 1 0.23
Hex 0 9 77 64 5C 0 35 EB 64 17
Octal 0 11 167 144 134 0 65 353 144 27
Binary 0 1001 1110111 1100100 1011100 0 110101 11101011 1100100 10111

Color Harmonies of #000977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000977

Black with #000977

Text Example


Text Example

White with #000977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000977; }

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

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

background-color css

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

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

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

border-color css

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

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

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