Html Css Color HEX #0558CE Navy Blue

📋 copy color: '#0558CE'

red 5 ◦ green 88 ◦ blue 206

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

Shades of Navy Blue #0558CE

Tints of Navy Blue #0558CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 1.67%
G = 29.43%
B = 68.9%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0558CE (or 0x0558CE) is known color: Navy Blue. HEX triplet: 05, 58 and CE. RGB value is (5,88,206). Sum of RGB (Red+Green+Blue) = 5+88+206=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #0558CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0558CE is #FAA731. Grayscale: #4C4C4C. Windows color (decimal): -16426802 or 13522949. OLE color: 13522949.

HSL color Cylindrical-coordinate representation of color #0558CE: hue angle of 215.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0558CE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 88 206 -
CMYK 0.98 0.57 0 0.19
HSL 215.22º 0.95% 0.41% -
HSV(B) 215.22º 0.98% 0.81% -
XYZ 14.69 11.47 59.83 -
YUV 76.64 201 76.91 -
System Red Green Blue C M Y K H S L
Decimal 5 88 206 0.98 0.57 0 0.19 215.22 0.95 0.41
Hex 5 58 CE 62 39 0 13 D7 5F 29
Octal 5 130 316 142 71 0 23 327 137 51
Binary 101 1011000 11001110 1100010 111001 0 10011 11010111 1011111 101001

Color Harmonies of #0558CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558CE

Black with #0558CE

Text Example


Text Example

White with #0558CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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