#103566

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

Shades of Prussian Blue #103566

Tints of Prussian Blue #103566

Color information

#103566 (or 0x103566) is unknown color: approx Prussian Blue. HEX triplet: 10, 35 and 66. RGB value is (16,53,102). Sum of RGB (Red+Green+Blue) = 16+53+102=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #103566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103566 is #EFCA99. Grayscale: #2F2F2F. Windows color (decimal): -15714970 or 6698256. OLE color: 6698256.

HSL color Cylindrical-coordinate representation of color #103566: hue angle of 214.19º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103566 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1653102-
CMYK0.840.4800.6
HSL214.19º72.88%23.14%-
HSV(B)214.19º84.31%40%-
XYZ3.893.6213.06-
YUV47.52158.74105.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 102 (40.23% from 255) = 59.65%
R=9.36%
G=30.99%
B=59.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16531020.840.4800.6214.1972.8823.14
Hex103566543003Cd64917
Octal20651461246007432611127
Binary1000011010111001101010100110000011110011010110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103566; }

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

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

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

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

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

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

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

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