Html Css Color HEX #000773 Navy

📋 copy color: '#000773'

red 0 ◦ green 7 ◦ blue 115

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

Shades of Navy #000773

Tints of Navy #000773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

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

R = 0%
G = 5.74%
B = 94.26%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000773 (or 0x000773) is known color: Navy. HEX triplet: 00, 07 and 73. RGB value is (0,7,115). Sum of RGB (Red+Green+Blue) = 0+7+115=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #000773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000773 is #FFF88C. Grayscale: #101010. Windows color (decimal): -16775309 or 7538432. OLE color: 7538432.

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

Color convert

RGB 0 7 115 -
CMYK 1 0.94 0 0.55
HSL 236.35º 1% 0.23% -
HSV(B) 236.35º 1% 0.45% -
XYZ 3.17 1.39 16.32 -
YUV 17.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 0 7 115 1 0.94 0 0.55 236.35 1 0.23
Hex 0 7 73 64 5E 0 37 EC 64 17
Octal 0 7 163 144 136 0 67 354 144 27
Binary 0 111 1110011 1100100 1011110 0 110111 11101100 1100100 10111

Color Harmonies of #000773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000773

Black with #000773

Text Example


Text Example

White with #000773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000773; }

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

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

background-color css

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

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

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

border-color css

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

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

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