Html Css Color HEX #000973 Navy

📋 copy color: '#000973'

red 0 ◦ green 9 ◦ blue 115

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

Shades of Navy #000973

Tints of Navy #000973

RGB

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

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

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

R = 0%
G = 7.26%
B = 92.74%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000973 (or 0x000973) is known color: Navy. HEX triplet: 00, 09 and 73. RGB value is (0,9,115). Sum of RGB (Red+Green+Blue) = 0+9+115=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #000973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000973 is #FFF68C. Grayscale: #111111. Windows color (decimal): -16774797 or 7538944. OLE color: 7538944.

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

Color convert

RGB 0 9 115 -
CMYK 1 0.92 0 0.55
HSL 235.3º 1% 0.23% -
HSV(B) 235.3º 1% 0.45% -
XYZ 3.19 1.43 16.33 -
YUV 18.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 0 9 115 1 0.92 0 0.55 235.3 1 0.23
Hex 0 9 73 64 5C 0 37 EB 64 17
Octal 0 11 163 144 134 0 67 353 144 27
Binary 0 1001 1110011 1100100 1011100 0 110111 11101011 1100100 10111

Color Harmonies of #000973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000973

Black with #000973

Text Example


Text Example

White with #000973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000973; }

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

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

background-color css

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

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

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

border-color css

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

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

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