Html Css Color HEX #000772 Navy

📋 copy color: '#000772'

red 0 ◦ green 7 ◦ blue 114

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

Shades of Navy #000772

Tints of Navy #000772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 94.21%

R = 0%
G = 5.79%
B = 94.21%

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

#000772 (or 0x000772) is known color: Navy. HEX triplet: 00, 07 and 72. RGB value is (0,7,114). Sum of RGB (Red+Green+Blue) = 0+7+114=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 114 (44.92% from 255 or 94.21% from 121); Max value from RGB is 114 - color contains mainly: blue. Hex color #000772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000772 is #FFF88D. Grayscale: #101010. Windows color (decimal): -16775310 or 7472896. OLE color: 7472896.

HSL color Cylindrical-coordinate representation of color #000772: hue angle of 236.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000772 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 7 114 -
CMYK 1 0.94 0 0.55
HSL 236.32º 1% 0.22% -
HSV(B) 236.32º 1% 0.45% -
XYZ 3.11 1.37 16.02 -
YUV 17.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 0 7 114 1 0.94 0 0.55 236.32 1 0.22
Hex 0 7 72 64 5E 0 37 EC 64 16
Octal 0 7 162 144 136 0 67 354 144 26
Binary 0 111 1110010 1100100 1011110 0 110111 11101100 1100100 10110

Color Harmonies of #000772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000772

Black with #000772

Text Example


Text Example

White with #000772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000772; }

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

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

background-color css

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

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

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

border-color css

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

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

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