#133561

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

Shades of Prussian Blue #133561

Tints of Prussian Blue #133561

Color information

#133561 (or 0x133561) is unknown color: approx Prussian Blue. HEX triplet: 13, 35 and 61. RGB value is (19,53,97). Sum of RGB (Red+Green+Blue) = 19+53+97=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #133561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133561 is #ECCA9E. Grayscale: #2F2F2F. Windows color (decimal): -15518367 or 6370579. OLE color: 6370579.

HSL color Cylindrical-coordinate representation of color #133561: hue angle of 213.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133561 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB195397-
CMYK0.800.4500.62
HSL213.85º67.24%22.75%-
HSV(B)213.85º80.41%38.04%-
XYZ3.73.5511.8-
YUV47.85155.74107.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=11.24%
G=31.36%
B=57.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1953970.800.4500.62213.8567.2422.75
Hex133561502D03Ed64317
Octal23651411205507632610327
Binary1001111010111000011010000101101011111011010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133561; }

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

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

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

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

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

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

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

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