Html Css Color HEX #0556FE Navy Blue

📋 copy color: '#0556FE'

red 5 ◦ green 86 ◦ blue 254

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

Shades of Navy Blue #0556FE

Tints of Navy Blue #0556FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

 BLUE value IS 254 (99.61% from 255) = 73.62%

R = 1.45%
G = 24.93%
B = 73.62%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0556FE (or 0x0556FE) is known color: Navy Blue. HEX triplet: 05, 56 and FE. RGB value is (5,86,254). Sum of RGB (Red+Green+Blue) = 5+86+254=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #0556FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0556FE is #FAA901. Grayscale: #505050. Windows color (decimal): -16427266 or 16668165. OLE color: 16668165.

HSL color Cylindrical-coordinate representation of color #0556FE: hue angle of 220.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0556FE is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 86 254 -
CMYK 0.98 0.66 0 0.00
HSL 220.48º 0.99% 0.51% -
HSV(B) 220.48º 0.98% 1% -
XYZ 21.28 13.84 95.32 -
YUV 80.93 225.66 73.84 -
System Red Green Blue C M Y K H S L
Decimal 5 86 254 0.98 0.66 0 0.00 220.48 0.99 0.51
Hex 5 56 FE 62 42 0 0 DC 63 33
Octal 5 126 376 142 102 0 0 334 143 63
Binary 101 1010110 11111110 1100010 1000010 0 0 11011100 1100011 110011

Color Harmonies of #0556FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0556FE

Black with #0556FE

Text Example


Text Example

White with #0556FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0556FE; }

 p { color: rgb(5,86,254); }

 H1.HeaderClassName
 {
   color: #0556FE;
 }
 .AnyTagClassName
 {
   color: #0556FE;
 }
</style>

background-color css

<style>
 a { background-color: #0556FE; }

 a { background-color: rgb(5,86,254); }

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

border-color css

<style>
 span { border-color: #0556FE; }

 span { border-color: rgb(5,86,254); }

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