#133A6B

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

Shades of Prussian Blue #133A6B

Tints of Prussian Blue #133A6B

Color information

#133A6B (or 0x133A6B) is unknown color: approx Prussian Blue. HEX triplet: 13, 3A and 6B. RGB value is (19,58,107). Sum of RGB (Red+Green+Blue) = 19+58+107=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #133A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A6B is #ECC594. Grayscale: #333333. Windows color (decimal): -15517077 or 7027219. OLE color: 7027219.

HSL color Cylindrical-coordinate representation of color #133A6B: hue angle of 213.41º 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 #133A6B is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1958107-
CMYK0.820.4600.58
HSL213.41º69.84%24.71%-
HSV(B)213.41º82.24%41.96%-
XYZ4.444.2314.49-
YUV51.92159.08104.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 107 (42.19% from 255) = 58.15%
R=10.33%
G=31.52%
B=58.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19581070.820.4600.58213.4169.8424.71
Hex133A6B522E03Ad54619
Octal23721531225607232510631
Binary1001111101011010111010010101110011101011010101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,58,107); }

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

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

 a { background-color: rgb(19,58,107); }

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

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

 span { border-color: rgb(19,58,107); }

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