#0577CC

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

Shades of Navy Blue #0577CC

Tints of Navy Blue #0577CC

Color information

#0577CC (or 0x0577CC) is unknown color: approx Navy Blue. HEX triplet: 05, 77 and CC. RGB value is (5,119,204). Sum of RGB (Red+Green+Blue) = 5+119+204=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #0577CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577CC is #FA8833. Grayscale: #5E5E5E. Windows color (decimal): -16418868 or 13399813. OLE color: 13399813.

HSL color Cylindrical-coordinate representation of color #0577CC: hue angle of 205.63º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577CC is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5119204-
CMYK0.980.4200.2
HSL205.63º95.22%40.98%-
HSV(B)205.63º97.55%80%-
XYZ17.5617.5959.6-
YUV94.6189.7364.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 204 (80.08% from 255) = 62.20%
R=1.52%
G=36.28%
B=62.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51192040.980.4200.2205.6395.2240.98
Hex577CC622A014ce5f29
Octal51673141425202431613751
Binary1011110111110011001100010101010010100110011101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0577CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0577CC; }

 p { color: rgb(5,119,204); }

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

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

 a { background-color: rgb(5,119,204); }

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

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

 span { border-color: rgb(5,119,204); }

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