Html Css Color HEX #0556F8 Navy Blue

📋 copy color: '#0556F8'

red 5 ◦ green 86 ◦ blue 248

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

Shades of Navy Blue #0556F8

Tints of Navy Blue #0556F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 73.16%

R = 1.47%
G = 25.37%
B = 73.16%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0556F8 (or 0x0556F8) is known color: Navy Blue. HEX triplet: 05, 56 and F8. RGB value is (5,86,248). Sum of RGB (Red+Green+Blue) = 5+86+248=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 248 (97.27% from 255 or 73.16% from 339); Max value from RGB is 248 - color contains mainly: blue. Hex color #0556F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0556F8 is #FAA907. Grayscale: #4F4F4F. Windows color (decimal): -16427272 or 16274949. OLE color: 16274949.

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

Color convert

RGB 5 86 248 -
CMYK 0.98 0.65 0 0.03
HSL 220º 0.96% 0.5% -
HSV(B) 220º 0.98% 0.97% -
XYZ 20.33 13.47 90.33 -
YUV 80.25 222.66 74.33 -
System Red Green Blue C M Y K H S L
Decimal 5 86 248 0.98 0.65 0 0.03 220 0.96 0.5
Hex 5 56 F8 62 41 0 3 DC 60 32
Octal 5 126 370 142 101 0 3 334 140 62
Binary 101 1010110 11111000 1100010 1000001 0 11 11011100 1100000 110010

Color Harmonies of #0556F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0556F8

Black with #0556F8

Text Example


Text Example

White with #0556F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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