#0056FD

Color #0056FD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0056FD

Tints of Navy Blue #0056FD

Color information

#0056FD (or 0x0056FD) is unknown color: approx Navy Blue. HEX triplet: 00, 56 and FD. RGB value is (0,86,253). Sum of RGB (Red+Green+Blue) = 0+86+253=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #0056FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0056FD is #FFA902. Grayscale: #4E4E4E. Windows color (decimal): -16754947 or 16602624. OLE color: 16602624.

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

Color convert

RGB086253-
CMYK10.6600.01
HSL219.6º100%49.61%-
HSV(B)219.6º100%99.22%-
XYZ21.0613.7594.47-
YUV79.32226.0171.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 253 (99.22% from 255) = 74.63%
R=0%
G=25.37%
B=74.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal08625310.6600.01219.610049.61
Hex056FD644201dc6432
Octal01263751441020133414462
Binary01010110111111011100100100001001110111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0056FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,86,253); }

 H1.HeaderClassName
 {
   color: #0056FD;
 }
 .AnyTagClassName
 {
   color: #0056FD;
 }
</style>
background-color css

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

 a { background-color: rgb(0,86,253); }

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

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

 span { border-color: rgb(0,86,253); }

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