#056FE2

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

Shades of Navy Blue #056FE2

Tints of Navy Blue #056FE2

Color information

#056FE2 (or 0x056FE2) is unknown color: approx Navy Blue. HEX triplet: 05, 6F and E2. RGB value is (5,111,226). Sum of RGB (Red+Green+Blue) = 5+111+226=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 226 (88.67% from 255 or 66.08% from 342); Max value from RGB is 226 - color contains mainly: blue. Hex color #056FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FE2 is #FA901D. Grayscale: #5B5B5B. Windows color (decimal): -16420894 or 14839557. OLE color: 14839557.

HSL color Cylindrical-coordinate representation of color #056FE2: hue angle of 211.22º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056FE2 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5111226-
CMYK0.980.5100.11
HSL211.22º95.67%45.29%-
HSV(B)211.22º97.79%88.63%-
XYZ19.4716.8974.19-
YUV92.42203.3865.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.46%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 226 (88.67% from 255) = 66.08%
R=1.46%
G=32.46%
B=66.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal51112260.980.5100.11211.2295.6745.29
Hex56FE262330Bd3602d
Octal51573421426301332314055
Binary101110111111100010110001011001101011110100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056FE2; }

 p { color: rgb(5,111,226); }

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

<style>
 a { background-color: #056FE2; }

 a { background-color: rgb(5,111,226); }

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

<style>
 span { border-color: #056FE2; }

 span { border-color: rgb(5,111,226); }

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