Html Css Color HEX #0556FA Navy Blue

📋 copy color: '#0556FA'

red 5 ◦ green 86 ◦ blue 250

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

Shades of Navy Blue #0556FA

Tints of Navy Blue #0556FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.31%

R = 1.47%
G = 25.22%
B = 73.31%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0556FA (or 0x0556FA) is known color: Navy Blue. HEX triplet: 05, 56 and FA. RGB value is (5,86,250). Sum of RGB (Red+Green+Blue) = 5+86+250=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #0556FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0556FA is #FAA905. Grayscale: #4F4F4F. Windows color (decimal): -16427270 or 16406021. OLE color: 16406021.

HSL color Cylindrical-coordinate representation of color #0556FA: hue angle of 220.16º degrees, saturation: 0.96, 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 #0556FA is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 86 250 -
CMYK 0.98 0.66 0 0.02
HSL 220.16º 0.96% 0.5% -
HSV(B) 220.16º 0.98% 0.98% -
XYZ 20.65 13.59 91.98 -
YUV 80.48 223.66 74.16 -
System Red Green Blue C M Y K H S L
Decimal 5 86 250 0.98 0.66 0 0.02 220.16 0.96 0.5
Hex 5 56 FA 62 42 0 2 DC 60 32
Octal 5 126 372 142 102 0 2 334 140 62
Binary 101 1010110 11111010 1100010 1000010 0 10 11011100 1100000 110010

Color Harmonies of #0556FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0556FA

Black with #0556FA

Text Example


Text Example

White with #0556FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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