#133C6A

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

Shades of Prussian Blue #133C6A

Tints of Prussian Blue #133C6A

Color information

#133C6A (or 0x133C6A) is unknown color: approx Prussian Blue. HEX triplet: 13, 3C and 6A. RGB value is (19,60,106). Sum of RGB (Red+Green+Blue) = 19+60+106=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #133C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C6A is #ECC395. Grayscale: #343434. Windows color (decimal): -15516566 or 6962195. OLE color: 6962195.

HSL color Cylindrical-coordinate representation of color #133C6A: hue angle of 211.72º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133C6A is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1960106-
CMYK0.820.4300.58
HSL211.72º69.6%24.51%-
HSV(B)211.72º82.08%41.57%-
XYZ4.494.4114.25-
YUV52.98157.92103.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 106 (41.80% from 255) = 57.30%
R=10.27%
G=32.43%
B=57.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19601060.820.4300.58211.7269.624.51
Hex133C6A522B03Ad44619
Octal23741521225307232410631
Binary1001111110011010101010010101011011101011010100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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