Html Css Color HEX #0558FD Navy Blue

📋 copy color: '#0558FD'

red 5 ◦ green 88 ◦ blue 253

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

Shades of Navy Blue #0558FD

Tints of Navy Blue #0558FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.12%

R = 1.45%
G = 25.43%
B = 73.12%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0558FD (or 0x0558FD) is known color: Navy Blue. HEX triplet: 05, 58 and FD. RGB value is (5,88,253). Sum of RGB (Red+Green+Blue) = 5+88+253=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #0558FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0558FD is #FAA702. Grayscale: #515151. Windows color (decimal): -16426755 or 16603141. OLE color: 16603141.

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

Color convert

RGB 5 88 253 -
CMYK 0.98 0.65 0 0.01
HSL 219.92º 0.98% 0.51% -
HSV(B) 219.92º 0.98% 0.99% -
XYZ 21.28 14.1 94.53 -
YUV 81.99 224.5 73.08 -
System Red Green Blue C M Y K H S L
Decimal 5 88 253 0.98 0.65 0 0.01 219.92 0.98 0.51
Hex 5 58 FD 62 41 0 1 DC 62 33
Octal 5 130 375 142 101 0 1 334 142 63
Binary 101 1011000 11111101 1100010 1000001 0 1 11011100 1100010 110011

Color Harmonies of #0558FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0558FD

Black with #0558FD

Text Example


Text Example

White with #0558FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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