#133463

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

Shades of Prussian Blue #133463

Tints of Prussian Blue #133463

Color information

#133463 (or 0x133463) is unknown color: approx Prussian Blue. HEX triplet: 13, 34 and 63. RGB value is (19,52,99). Sum of RGB (Red+Green+Blue) = 19+52+99=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #133463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133463 is #ECCB9C. Grayscale: #2F2F2F. Windows color (decimal): -15518621 or 6501395. OLE color: 6501395.

HSL color Cylindrical-coordinate representation of color #133463: hue angle of 215.25º 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 #133463 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB195299-
CMYK0.810.4700.61
HSL215.25º67.8%23.14%-
HSV(B)215.25º80.81%38.82%-
XYZ3.753.512.28-
YUV47.49157.07107.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=11.18%
G=30.59%
B=58.24%

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
Decimal1952990.810.4700.61215.2567.823.14
Hex133463512F03Dd74417
Octal23641431215707532710427
Binary1001111010011000111010001101111011110111010111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133463; }

 p { color: rgb(19,52,99); }

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

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

 a { background-color: rgb(19,52,99); }

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

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

 span { border-color: rgb(19,52,99); }

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