#0563B6

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

Shades of Denim #0563B6

Tints of Denim #0563B6

Color information

#0563B6 (or 0x0563B6) is unknown color: approx Denim. HEX triplet: 05, 63 and B6. RGB value is (5,99,182). Sum of RGB (Red+Green+Blue) = 5+99+182=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 182 (71.48% from 255 or 63.64% from 286); Max value from RGB is 182 - color contains mainly: blue. Hex color #0563B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0563B6 is #FA9C49. Grayscale: #4F4F4F. Windows color (decimal): -16424010 or 11952901. OLE color: 11952901.

HSL color Cylindrical-coordinate representation of color #0563B6: hue angle of 208.14º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0563B6 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB599182-
CMYK0.970.4600.29
HSL208.14º94.65%36.67%-
HSV(B)208.14º97.25%71.37%-
XYZ12.9712.3345.95-
YUV80.36185.3674.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 182 (71.48% from 255) = 63.64%
R=1.75%
G=34.62%
B=63.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5991820.970.4600.29208.1494.6536.67
Hex563B6612E01Dd05f25
Octal51432661415603532013745
Binary1011100011101101101100001101110011101110100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0563B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0563B6; }

 p { color: rgb(5,99,182); }

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

<style>
 a { background-color: #0563B6; }

 a { background-color: rgb(5,99,182); }

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

<style>
 span { border-color: #0563B6; }

 span { border-color: rgb(5,99,182); }

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