Shades of Prussian Blue #153A6D
Tints of Prussian Blue #153A6D
RGB
CMYK
RGB Variations
Color information
#153A6D (or 0x153A6D) is known color: Prussian Blue. HEX triplet: 15, 3A and 6D. RGB value is (21,58,109). Sum of RGB (Red+Green+Blue) = 21+58+109=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #153A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A6D is #EAC592. Grayscale: #343434. Windows color (decimal): -15386003 or 7158293. OLE color: 7158293.
HSL color Cylindrical-coordinate representation of color #153A6D: hue angle of 214.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153A6D is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 58 | 109 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.57 |
| HSL | 214.77º | 0.68% | 0.25% | - |
| HSV(B) | 214.77º | 0.81% | 0.43% | - |
| XYZ | 4.58 | 4.29 | 15.05 | - |
| YUV | 52.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 109 | 0.81 | 0.47 | 0 | 0.57 | 214.77 | 0.68 | 0.25 |
| Hex | 15 | 3A | 6D | 51 | 2F | 0 | 39 | D7 | 44 | 19 |
| Octal | 25 | 72 | 155 | 121 | 57 | 0 | 71 | 327 | 104 | 31 |
| Binary | 10101 | 111010 | 1101101 | 1010001 | 101111 | 0 | 111001 | 11010111 | 1000100 | 11001 |
Color Harmonies of #153A6D
Complementary color
Monochromatic Colors of #153A6D
Black with #153A6D
Text Example
Text Example
White with #153A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A6D; }
p { color: rgb(21,58,109); }
H1.HeaderClassName
{
color: #153A6D;
}
.AnyTagClassName
{
color: #153A6D;
}
</style>
background-color css
<style>
a { background-color: #153A6D; }
a { background-color: rgb(21,58,109); }
div.DivClassName
{
background-color: #153A6D;
}
.BgClassName
{
background-color: #153A6D;
}
</style>
border-color css
<style>
span { border-color: #153A6D; }
span { border-color: rgb(21,58,109); }
td.TdClassName
{
border-color: #153A6D;
}
.TagClassName
{
border-color: #153A6D;
}
</style>