#0077DD

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

Shades of Navy Blue #0077DD

Tints of Navy Blue #0077DD

Color information

#0077DD (or 0x0077DD) is unknown color: approx Navy Blue. HEX triplet: 00, 77 and DD. RGB value is (0,119,221). Sum of RGB (Red+Green+Blue) = 0+119+221=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #0077DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0077DD is #FF8822. Grayscale: #5E5E5E. Windows color (decimal): -16746531 or 14513920. OLE color: 14513920.

HSL color Cylindrical-coordinate representation of color #0077DD: hue angle of 207.69º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077DD is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0119221-
CMYK10.4600.13
HSL207.69º100%43.33%-
HSV(B)207.69º100%86.67%-
XYZ19.6518.4170.93-
YUV95.05199.0860.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 221 (86.72% from 255) = 65%
R=0%
G=35%
B=65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal011922110.4600.13207.6910043.33
Hex077DD642E0Dd0642b
Octal01673351445601532014453
Binary0111011111011101110010010111001101110100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0077DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0077DD; }

 p { color: rgb(0,119,221); }

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

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

 a { background-color: rgb(0,119,221); }

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

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

 span { border-color: rgb(0,119,221); }

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