#0577E8

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

Shades of Navy Blue #0577E8

Tints of Navy Blue #0577E8

Color information

#0577E8 (or 0x0577E8) is unknown color: approx Navy Blue. HEX triplet: 05, 77 and E8. RGB value is (5,119,232). Sum of RGB (Red+Green+Blue) = 5+119+232=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #0577E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0577E8 is #FA8817. Grayscale: #616161. Windows color (decimal): -16418840 or 15234821. OLE color: 15234821.

HSL color Cylindrical-coordinate representation of color #0577E8: hue angle of 209.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577E8 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5119232-
CMYK0.980.4900.09
HSL209.87º95.78%46.47%-
HSV(B)209.87º97.84%90.98%-
XYZ21.2219.0578.9-
YUV97.8203.7361.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.40%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 232 (91.02% from 255) = 65.17%
R=1.40%
G=33.43%
B=65.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal51192320.980.4900.09209.8795.7846.47
Hex577E8623109d2602e
Octal51673501426101132214056
Binary101111011111101000110001011000101001110100101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0577E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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