#0560BE

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

Shades of Navy Blue #0560BE

Tints of Navy Blue #0560BE

Color information

#0560BE (or 0x0560BE) is unknown color: approx Navy Blue. HEX triplet: 05, 60 and BE. RGB value is (5,96,190). Sum of RGB (Red+Green+Blue) = 5+96+190=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #0560BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0560BE is #FA9F41. Grayscale: #4F4F4F. Windows color (decimal): -16424770 or 12476421. OLE color: 12476421.

HSL color Cylindrical-coordinate representation of color #0560BE: hue angle of 210.49º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0560BE is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB596190-
CMYK0.970.4900.25
HSL210.49º94.87%38.24%-
HSV(B)210.49º97.37%74.51%-
XYZ13.5412.1250.34-
YUV79.51190.3574.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 190 (74.61% from 255) = 65.29%
R=1.72%
G=32.99%
B=65.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5961900.970.4900.25210.4994.8738.24
Hex560BE6131019d25f26
Octal51402761416103132213746
Binary1011100000101111101100001110001011001110100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0560BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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