Html Css Color HEX #0558C9 Navy Blue

📋 copy color: '#0558C9'

red 5 ◦ green 88 ◦ blue 201

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

Shades of Navy Blue #0558C9

Tints of Navy Blue #0558C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 68.37%

R = 1.7%
G = 29.93%
B = 68.37%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0558C9 (or 0x0558C9) is known color: Navy Blue. HEX triplet: 05, 58 and C9. RGB value is (5,88,201). Sum of RGB (Red+Green+Blue) = 5+88+201=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #0558C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0558C9 is #FAA736. Grayscale: #4B4B4B. Windows color (decimal): -16426807 or 13195269. OLE color: 13195269.

HSL color Cylindrical-coordinate representation of color #0558C9: hue angle of 214.59º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0558C9 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 88 201 -
CMYK 0.98 0.56 0 0.21
HSL 214.59º 0.95% 0.4% -
HSV(B) 214.59º 0.98% 0.79% -
XYZ 14.09 11.23 56.68 -
YUV 76.07 198.5 77.31 -
System Red Green Blue C M Y K H S L
Decimal 5 88 201 0.98 0.56 0 0.21 214.59 0.95 0.4
Hex 5 58 C9 62 38 0 15 D7 5F 28
Octal 5 130 311 142 70 0 25 327 137 50
Binary 101 1011000 11001001 1100010 111000 0 10101 11010111 1011111 101000

Color Harmonies of #0558C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558C9

Black with #0558C9

Text Example


Text Example

White with #0558C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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