#133C69

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

Shades of Prussian Blue #133C69

Tints of Prussian Blue #133C69

Color information

#133C69 (or 0x133C69) is unknown color: approx Prussian Blue. HEX triplet: 13, 3C and 69. RGB value is (19,60,105). Sum of RGB (Red+Green+Blue) = 19+60+105=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #133C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C69 is #ECC396. Grayscale: #343434. Windows color (decimal): -15516567 or 6896659. OLE color: 6896659.

HSL color Cylindrical-coordinate representation of color #133C69: hue angle of 211.4º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133C69 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1960105-
CMYK0.820.4300.59
HSL211.4º69.35%24.31%-
HSV(B)211.4º81.9%41.18%-
XYZ4.434.3913.98-
YUV52.87157.42103.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 105 (41.41% from 255) = 57.07%
R=10.33%
G=32.61%
B=57.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19601050.820.4300.59211.469.3524.31
Hex133C69522B03Bd34518
Octal23741511225307332310530
Binary1001111110011010011010010101011011101111010011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133C69; }

 p { color: rgb(19,60,105); }

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

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

 a { background-color: rgb(19,60,105); }

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

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

 span { border-color: rgb(19,60,105); }

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