#133462

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

Shades of Prussian Blue #133462

Tints of Prussian Blue #133462

Color information

#133462 (or 0x133462) is unknown color: approx Prussian Blue. HEX triplet: 13, 34 and 62. RGB value is (19,52,98). Sum of RGB (Red+Green+Blue) = 19+52+98=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #133462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133462 is #ECCB9D. Grayscale: #2F2F2F. Windows color (decimal): -15518622 or 6435859. OLE color: 6435859.

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

Color convert

RGB195298-
CMYK0.810.4700.62
HSL214.94º67.52%22.94%-
HSV(B)214.94º80.61%38.43%-
XYZ3.73.4812.03-
YUV47.38156.57107.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=11.24%
G=30.77%
B=57.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1952980.810.4700.62214.9467.5222.94
Hex133462512F03Ed74417
Octal23641421215707632710427
Binary1001111010011000101010001101111011111011010111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133462; }

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

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

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

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

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

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

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

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