#133564

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

Shades of Prussian Blue #133564

Tints of Prussian Blue #133564

Color information

#133564 (or 0x133564) is unknown color: approx Prussian Blue. HEX triplet: 13, 35 and 64. RGB value is (19,53,100). Sum of RGB (Red+Green+Blue) = 19+53+100=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #133564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133564 is #ECCA9B. Grayscale: #2F2F2F. Windows color (decimal): -15518364 or 6567187. OLE color: 6567187.

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

Color convert

RGB1953100-
CMYK0.810.4700.61
HSL214.81º68.07%23.33%-
HSV(B)214.81º81%39.22%-
XYZ3.843.612.55-
YUV48.19157.24107.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 100 (39.45% from 255) = 58.14%
R=11.05%
G=30.81%
B=58.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19531000.810.4700.61214.8168.0723.33
Hex133564512F03Dd74417
Octal23651441215707532710427
Binary1001111010111001001010001101111011110111010111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133564; }

 p { color: rgb(19,53,100); }

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

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

 a { background-color: rgb(19,53,100); }

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

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

 span { border-color: rgb(19,53,100); }

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