Html Css Color HEX #0558CF Navy Blue

📋 copy color: '#0558CF'

red 5 ◦ green 88 ◦ blue 207

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

Shades of Navy Blue #0558CF

Tints of Navy Blue #0558CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 1.67%
G = 29.33%
B = 69%

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

#0558CF (or 0x0558CF) is known color: Navy Blue. HEX triplet: 05, 58 and CF. RGB value is (5,88,207). Sum of RGB (Red+Green+Blue) = 5+88+207=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #0558CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0558CF is #FAA730. Grayscale: #4C4C4C. Windows color (decimal): -16426801 or 13588485. OLE color: 13588485.

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

Color convert

RGB 5 88 207 -
CMYK 0.98 0.57 0 0.19
HSL 215.35º 0.95% 0.42% -
HSV(B) 215.35º 0.98% 0.81% -
XYZ 14.81 11.52 60.47 -
YUV 76.75 201.5 76.82 -
System Red Green Blue C M Y K H S L
Decimal 5 88 207 0.98 0.57 0 0.19 215.35 0.95 0.42
Hex 5 58 CF 62 39 0 13 D7 5F 2A
Octal 5 130 317 142 71 0 23 327 137 52
Binary 101 1011000 11001111 1100010 111001 0 10011 11010111 1011111 101010

Color Harmonies of #0558CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558CF

Black with #0558CF

Text Example


Text Example

White with #0558CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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