Html Css Color HEX #0558EB Navy Blue

📋 copy color: '#0558EB'

red 5 ◦ green 88 ◦ blue 235

#0558EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0558EB

Tints of Navy Blue #0558EB

RGB

 RED value IS 5 (2.34% from 255) = 1.52%

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 235 (92.19% from 255) = 71.65%

R = 1.52%
G = 26.83%
B = 71.65%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0558EB (or 0x0558EB) is known color: Navy Blue. HEX triplet: 05, 58 and EB. RGB value is (5,88,235). Sum of RGB (Red+Green+Blue) = 5+88+235=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #0558EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0558EB is #FAA714. Grayscale: #4F4F4F. Windows color (decimal): -16426773 or 15423493. OLE color: 15423493.

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

Color convert

RGB 5 88 235 -
CMYK 0.98 0.63 0 0.08
HSL 218.35º 0.96% 0.47% -
HSV(B) 218.35º 0.98% 0.92% -
XYZ 18.55 13.01 80.13 -
YUV 79.94 215.5 74.55 -
System Red Green Blue C M Y K H S L
Decimal 5 88 235 0.98 0.63 0 0.08 218.35 0.96 0.47
Hex 5 58 EB 62 3F 0 8 DA 60 2F
Octal 5 130 353 142 77 0 10 332 140 57
Binary 101 1011000 11101011 1100010 111111 0 1000 11011010 1100000 101111

Color Harmonies of #0558EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558EB

Black with #0558EB

Text Example


Text Example

White with #0558EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0558EB;
 }
 .AnyTagClassName
 {
   color: #0558EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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