#13335E

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

Shades of Prussian Blue #13335E

Tints of Prussian Blue #13335E

Color information

#13335E (or 0x13335E) is unknown color: approx Prussian Blue. HEX triplet: 13, 33 and 5E. RGB value is (19,51,94). Sum of RGB (Red+Green+Blue) = 19+51+94=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #13335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13335E is #ECCCA1. Grayscale: #2E2E2E. Windows color (decimal): -15518882 or 6173459. OLE color: 6173459.

HSL color Cylindrical-coordinate representation of color #13335E: hue angle of 214.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13335E is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB195194-
CMYK0.800.4600.63
HSL214.4º66.37%22.16%-
HSV(B)214.4º79.79%36.86%-
XYZ3.473.3111.05-
YUV46.33154.9108.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=11.59%
G=31.10%
B=57.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1951940.800.4600.63214.466.3722.16
Hex13335E502E03Fd64216
Octal23631361205607732610226
Binary1001111001110111101010000101110011111111010110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13335E; }

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

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

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

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

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

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

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

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