Html Css Color HEX #000771 Navy

📋 copy color: '#000771'

red 0 ◦ green 7 ◦ blue 113

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

Shades of Navy #000771

Tints of Navy #000771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 94.17%

R = 0%
G = 5.83%
B = 94.17%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000771 (or 0x000771) is known color: Navy. HEX triplet: 00, 07 and 71. RGB value is (0,7,113). Sum of RGB (Red+Green+Blue) = 0+7+113=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 113 (44.53% from 255 or 94.17% from 120); Max value from RGB is 113 - color contains mainly: blue. Hex color #000771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000771 is #FFF88E. Grayscale: #101010. Windows color (decimal): -16775311 or 7407360. OLE color: 7407360.

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

Color convert

RGB 0 7 113 -
CMYK 1 0.94 0 0.56
HSL 236.28º 1% 0.22% -
HSV(B) 236.28º 1% 0.44% -
XYZ 3.06 1.34 15.72 -
YUV 16.99 182.18 115.88 -
System Red Green Blue C M Y K H S L
Decimal 0 7 113 1 0.94 0 0.56 236.28 1 0.22
Hex 0 7 71 64 5E 0 38 EC 64 16
Octal 0 7 161 144 136 0 70 354 144 26
Binary 0 111 1110001 1100100 1011110 0 111000 11101100 1100100 10110

Color Harmonies of #000771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000771

Black with #000771

Text Example


Text Example

White with #000771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000771; }

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

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

background-color css

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

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

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

border-color css

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

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

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