#0772DB

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

Shades of Navy Blue #0772DB

Tints of Navy Blue #0772DB

Color information

#0772DB (or 0x0772DB) is unknown color: approx Navy Blue. HEX triplet: 07, 72 and DB. RGB value is (7,114,219). Sum of RGB (Red+Green+Blue) = 7+114+219=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #0772DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0772DB is #F88D24. Grayscale: #5D5D5D. Windows color (decimal): -16289061 or 14381575. OLE color: 14381575.

HSL color Cylindrical-coordinate representation of color #0772DB: hue angle of 209.72º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0772DB is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7114219-
CMYK0.970.4800.14
HSL209.72º93.81%44.31%-
HSV(B)209.72º96.8%85.88%-
XYZ18.8917.1969.34-
YUV93.98198.5565.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.06%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 219 (85.94% from 255) = 64.41%
R=2.06%
G=33.53%
B=64.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71142190.970.4800.14209.7293.8144.31
Hex772DB61300Ed25e2c
Octal71623331416001632213654
Binary111111001011011011110000111000001110110100101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0772DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0772DB; }

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

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

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

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

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

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

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

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