#0558EF

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

Shades of Navy Blue #0558EF

Tints of Navy Blue #0558EF

Color information

#0558EF (or 0x0558EF) is unknown color: approx Navy Blue. HEX triplet: 05, 58 and EF. RGB value is (5,88,239). Sum of RGB (Red+Green+Blue) = 5+88+239=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #0558EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0558EF is #FAA710. Grayscale: #4F4F4F. Windows color (decimal): -16426769 or 15685637. OLE color: 15685637.

HSL color Cylindrical-coordinate representation of color #0558EF: hue angle of 218.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0558EF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB588239-
CMYK0.980.6300.06
HSL218.72º95.9%47.84%-
HSV(B)218.72º97.91%93.73%-
XYZ19.1313.2483.21-
YUV80.4217.574.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.51%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 239 (93.75% from 255) = 71.99%
R=1.51%
G=26.51%
B=71.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal5882390.980.6300.06218.7295.947.84
Hex558EF623F06db6030
Octal5130357142770633314060
Binary10110110001110111111000101111110110110110111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0558EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0558EF; }

 p { color: rgb(5,88,239); }

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

<style>
 a { background-color: #0558EF; }

 a { background-color: rgb(5,88,239); }

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

<style>
 span { border-color: #0558EF; }

 span { border-color: rgb(5,88,239); }

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