#133662

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

Shades of Prussian Blue #133662

Tints of Prussian Blue #133662

Color information

#133662 (or 0x133662) is unknown color: approx Prussian Blue. HEX triplet: 13, 36 and 62. RGB value is (19,54,98). Sum of RGB (Red+Green+Blue) = 19+54+98=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #133662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133662 is #ECC99D. Grayscale: #303030. Windows color (decimal): -15518110 or 6436371. OLE color: 6436371.

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

Color convert

RGB195498-
CMYK0.810.4500.62
HSL213.42º67.52%22.94%-
HSV(B)213.42º80.61%38.43%-
XYZ3.793.6612.06-
YUV48.55155.9106.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=11.11%
G=31.58%
B=57.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1954980.810.4500.62213.4267.5222.94
Hex133662512D03Ed54417
Octal23661421215507632510427
Binary1001111011011000101010001101101011111011010101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133662; }

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

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

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

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

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

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

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

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