Html Css Color HEX #0558EA Navy Blue

📋 copy color: '#0558EA'

red 5 ◦ green 88 ◦ blue 234

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

Shades of Navy Blue #0558EA

Tints of Navy Blue #0558EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.56%

R = 1.53%
G = 26.91%
B = 71.56%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0558EA (or 0x0558EA) is known color: Navy Blue. HEX triplet: 05, 58 and EA. RGB value is (5,88,234). Sum of RGB (Red+Green+Blue) = 5+88+234=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #0558EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0558EA is #FAA715. Grayscale: #4F4F4F. Windows color (decimal): -16426774 or 15357957. OLE color: 15357957.

HSL color Cylindrical-coordinate representation of color #0558EA: hue angle of 218.25º 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 #0558EA is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 88 234 -
CMYK 0.98 0.62 0 0.08
HSL 218.25º 0.96% 0.47% -
HSV(B) 218.25º 0.98% 0.92% -
XYZ 18.4 12.95 79.37 -
YUV 79.83 215 74.63 -
System Red Green Blue C M Y K H S L
Decimal 5 88 234 0.98 0.62 0 0.08 218.25 0.96 0.47
Hex 5 58 EA 62 3E 0 8 DA 60 2F
Octal 5 130 352 142 76 0 10 332 140 57
Binary 101 1011000 11101010 1100010 111110 0 1000 11011010 1100000 101111

Color Harmonies of #0558EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558EA

Black with #0558EA

Text Example


Text Example

White with #0558EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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