#133766

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

Shades of Prussian Blue #133766

Tints of Prussian Blue #133766

Color information

#133766 (or 0x133766) is unknown color: approx Prussian Blue. HEX triplet: 13, 37 and 66. RGB value is (19,55,102). Sum of RGB (Red+Green+Blue) = 19+55+102=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #133766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133766 is #ECC899. Grayscale: #313131. Windows color (decimal): -15517850 or 6698771. OLE color: 6698771.

HSL color Cylindrical-coordinate representation of color #133766: hue angle of 213.98º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133766 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1955102-
CMYK0.810.4600.6
HSL213.98º68.6%23.73%-
HSV(B)213.98º81.37%40%-
XYZ4.033.8313.1-
YUV49.59157.57106.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=10.80%
G=31.25%
B=57.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19551020.810.4600.6213.9868.623.73
Hex133766512E03Cd64518
Octal23671461215607432610530
Binary1001111011111001101010001101110011110011010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133766; }

 p { color: rgb(19,55,102); }

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

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

 a { background-color: rgb(19,55,102); }

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

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

 span { border-color: rgb(19,55,102); }

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