#0771C9

Color #0771C9 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0771C9

Tints of Navy Blue #0771C9

Color information

#0771C9 (or 0x0771C9) is unknown color: approx Navy Blue. HEX triplet: 07, 71 and C9. RGB value is (7,113,201). Sum of RGB (Red+Green+Blue) = 7+113+201=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 201 (78.91% from 255 or 62.62% from 321); Max value from RGB is 201 - color contains mainly: blue. Hex color #0771C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0771C9 is #F88E36. Grayscale: #5A5A5A. Windows color (decimal): -16289335 or 13201671. OLE color: 13201671.

HSL color Cylindrical-coordinate representation of color #0771C9: hue angle of 207.22º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0771C9 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7113201-
CMYK0.970.4400.21
HSL207.22º93.27%40.78%-
HSV(B)207.22º96.52%78.82%-
XYZ16.5416.0757.49-
YUV91.34189.8867.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.18%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 201 (78.91% from 255) = 62.62%
R=2.18%
G=35.20%
B=62.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71132010.970.4400.21207.2293.2740.78
Hex771C9612C015cf5d29
Octal71613111415402531713551
Binary1111110001110010011100001101100010101110011111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0771C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0771C9; }

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

 H1.HeaderClassName
 {
   color: #0771C9;
 }
 .AnyTagClassName
 {
   color: #0771C9;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0771C9;
 }
 .BgClassName
 {
   background-color: #0771C9;
 }
</style>
border-color css

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

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

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