#133360

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

Shades of Prussian Blue #133360

Tints of Prussian Blue #133360

Color information

#133360 (or 0x133360) is unknown color: approx Prussian Blue. HEX triplet: 13, 33 and 60. RGB value is (19,51,96). Sum of RGB (Red+Green+Blue) = 19+51+96=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #133360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133360 is #ECCC9F. Grayscale: #2E2E2E. Windows color (decimal): -15518880 or 6304531. OLE color: 6304531.

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

Color convert

RGB195196-
CMYK0.800.4700.62
HSL215.06º66.96%22.55%-
HSV(B)215.06º80.21%37.65%-
XYZ3.563.3511.53-
YUV46.56155.9108.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=11.45%
G=30.72%
B=57.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1951960.800.4700.62215.0666.9622.55
Hex133360502F03Ed74317
Octal23631401205707632710327
Binary1001111001111000001010000101111011111011010111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133360; }

 p { color: rgb(19,51,96); }

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

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

 a { background-color: rgb(19,51,96); }

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

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

 span { border-color: rgb(19,51,96); }

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