#133461

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

Shades of Prussian Blue #133461

Tints of Prussian Blue #133461

Color information

#133461 (or 0x133461) is unknown color: approx Prussian Blue. HEX triplet: 13, 34 and 61. RGB value is (19,52,97). Sum of RGB (Red+Green+Blue) = 19+52+97=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #133461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133461 is #ECCB9E. Grayscale: #2F2F2F. Windows color (decimal): -15518623 or 6370323. OLE color: 6370323.

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

Color convert

RGB195297-
CMYK0.800.4600.62
HSL214.62º67.24%22.75%-
HSV(B)214.62º80.41%38.04%-
XYZ3.653.4611.78-
YUV47.26156.07107.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 97 (38.28% from 255) = 57.74%
R=11.31%
G=30.95%
B=57.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1952970.800.4600.62214.6267.2422.75
Hex133461502E03Ed74317
Octal23641411205607632710327
Binary1001111010011000011010000101110011111011010111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133461; }

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

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

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

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

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

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

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

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