#0563BA

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

Shades of Denim #0563BA

Tints of Denim #0563BA

Color information

#0563BA (or 0x0563BA) is unknown color: approx Denim. HEX triplet: 05, 63 and BA. RGB value is (5,99,186). Sum of RGB (Red+Green+Blue) = 5+99+186=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #0563BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0563BA is #FA9C45. Grayscale: #505050. Windows color (decimal): -16424006 or 12215045. OLE color: 12215045.

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

Color convert

RGB599186-
CMYK0.970.4700.27
HSL208.84º94.76%37.45%-
HSV(B)208.84º97.31%72.94%-
XYZ13.3912.548.16-
YUV80.81187.3673.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=1.72%
G=34.14%
B=64.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5991860.970.4700.27208.8494.7637.45
Hex563BA612F01Bd15f25
Octal51432721415703332113745
Binary1011100011101110101100001101111011011110100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0563BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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