#103563

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

Shades of Prussian Blue #103563

Tints of Prussian Blue #103563

Color information

#103563 (or 0x103563) is unknown color: approx Prussian Blue. HEX triplet: 10, 35 and 63. RGB value is (16,53,99). Sum of RGB (Red+Green+Blue) = 16+53+99=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #103563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103563 is #EFCA9C. Grayscale: #2E2E2E. Windows color (decimal): -15714973 or 6501648. OLE color: 6501648.

HSL color Cylindrical-coordinate representation of color #103563: hue angle of 213.25º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103563 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB165399-
CMYK0.840.4600.61
HSL213.25º72.17%22.55%-
HSV(B)213.25º83.84%38.82%-
XYZ3.743.5612.29-
YUV47.18157.24105.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=9.52%
G=31.55%
B=58.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1653990.840.4600.61213.2572.1722.55
Hex103563542E03Dd54817
Octal20651431245607532511027
Binary1000011010111000111010100101110011110111010101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103563; }

 p { color: rgb(16,53,99); }

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

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

 a { background-color: rgb(16,53,99); }

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

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

 span { border-color: rgb(16,53,99); }

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