Html Css Color HEX #0558FB Navy Blue

📋 copy color: '#0558FB'

red 5 ◦ green 88 ◦ blue 251

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

Shades of Navy Blue #0558FB

Tints of Navy Blue #0558FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.97%

R = 1.45%
G = 25.58%
B = 72.97%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0558FB (or 0x0558FB) is known color: Navy Blue. HEX triplet: 05, 58 and FB. RGB value is (5,88,251). Sum of RGB (Red+Green+Blue) = 5+88+251=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #0558FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0558FB is #FAA704. Grayscale: #515151. Windows color (decimal): -16426757 or 16472069. OLE color: 16472069.

HSL color Cylindrical-coordinate representation of color #0558FB: hue angle of 219.76º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0558FB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 88 251 -
CMYK 0.98 0.65 0 0.02
HSL 219.76º 0.97% 0.5% -
HSV(B) 219.76º 0.98% 0.98% -
XYZ 20.96 13.98 92.86 -
YUV 81.77 223.5 73.25 -
System Red Green Blue C M Y K H S L
Decimal 5 88 251 0.98 0.65 0 0.02 219.76 0.97 0.5
Hex 5 58 FB 62 41 0 2 DC 61 32
Octal 5 130 373 142 101 0 2 334 141 62
Binary 101 1011000 11111011 1100010 1000001 0 10 11011100 1100001 110010

Color Harmonies of #0558FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558FB

Black with #0558FB

Text Example


Text Example

White with #0558FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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