#0560B2

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

Shades of Denim #0560B2

Tints of Denim #0560B2

Color information

#0560B2 (or 0x0560B2) is unknown color: approx Denim. HEX triplet: 05, 60 and B2. RGB value is (5,96,178). Sum of RGB (Red+Green+Blue) = 5+96+178=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 178 (69.92% from 255 or 63.80% from 279); Max value from RGB is 178 - color contains mainly: blue. Hex color #0560B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0560B2 is #FA9F4D. Grayscale: #4D4D4D. Windows color (decimal): -16424782 or 11689989. OLE color: 11689989.

HSL color Cylindrical-coordinate representation of color #0560B2: hue angle of 208.44º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0560B2 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB596178-
CMYK0.970.4600.30
HSL208.44º94.54%35.88%-
HSV(B)208.44º97.19%69.8%-
XYZ12.2811.6143.71-
YUV78.14184.3575.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 178 (69.92% from 255) = 63.80%
R=1.79%
G=34.41%
B=63.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5961780.970.4600.30208.4494.5435.88
Hex560B2612E01Ed05f24
Octal51402621415603632013744
Binary1011100000101100101100001101110011110110100001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0560B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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