#0560E3

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

Shades of Navy Blue #0560E3

Tints of Navy Blue #0560E3

Color information

#0560E3 (or 0x0560E3) is unknown color: approx Navy Blue. HEX triplet: 05, 60 and E3. RGB value is (5,96,227). Sum of RGB (Red+Green+Blue) = 5+96+227=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 227 (89.06% from 255 or 69.21% from 328); Max value from RGB is 227 - color contains mainly: blue. Hex color #0560E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0560E3 is #FA9F1C. Grayscale: #535353. Windows color (decimal): -16424733 or 14901253. OLE color: 14901253.

HSL color Cylindrical-coordinate representation of color #0560E3: hue angle of 215.41º 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 #0560E3 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB596227-
CMYK0.980.5800.11
HSL215.41º95.69%45.49%-
HSV(B)215.41º97.8%89.02%-
XYZ18.1113.9474.41-
YUV83.72208.8571.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 227 (89.06% from 255) = 69.21%
R=1.52%
G=29.27%
B=69.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal5962270.980.5800.11215.4195.6945.49
Hex560E3623A0Bd7602d
Octal51403431427201332714055
Binary101110000011100011110001011101001011110101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0560E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0560E3; }

 p { color: rgb(5,96,227); }

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

<style>
 a { background-color: #0560E3; }

 a { background-color: rgb(5,96,227); }

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

<style>
 span { border-color: #0560E3; }

 span { border-color: rgb(5,96,227); }

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