Shades of Prussian Blue #153B6D
Tints of Prussian Blue #153B6D
RGB
CMYK
RGB Variations
Color information
#153B6D (or 0x153B6D) is known color: Prussian Blue. HEX triplet: 15, 3B and 6D. RGB value is (21,59,109). Sum of RGB (Red+Green+Blue) = 21+59+109=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #153B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B6D is #EAC492. Grayscale: #353535. Windows color (decimal): -15385747 or 7158549. OLE color: 7158549.
HSL color Cylindrical-coordinate representation of color #153B6D: hue angle of 214.09º 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 #153B6D is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 59 | 109 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.57 |
| HSL | 214.09º | 0.68% | 0.25% | - |
| HSV(B) | 214.09º | 0.81% | 0.43% | - |
| XYZ | 4.63 | 4.39 | 15.07 | - |
| YUV | 53.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 109 | 0.81 | 0.46 | 0 | 0.57 | 214.09 | 0.68 | 0.25 |
| Hex | 15 | 3B | 6D | 51 | 2E | 0 | 39 | D6 | 44 | 19 |
| Octal | 25 | 73 | 155 | 121 | 56 | 0 | 71 | 326 | 104 | 31 |
| Binary | 10101 | 111011 | 1101101 | 1010001 | 101110 | 0 | 111001 | 11010110 | 1000100 | 11001 |
Color Harmonies of #153B6D
Complementary color
Monochromatic Colors of #153B6D
Black with #153B6D
Text Example
Text Example
White with #153B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B6D; }
p { color: rgb(21,59,109); }
H1.HeaderClassName
{
color: #153B6D;
}
.AnyTagClassName
{
color: #153B6D;
}
</style>
background-color css
<style>
a { background-color: #153B6D; }
a { background-color: rgb(21,59,109); }
div.DivClassName
{
background-color: #153B6D;
}
.BgClassName
{
background-color: #153B6D;
}
</style>
border-color css
<style>
span { border-color: #153B6D; }
span { border-color: rgb(21,59,109); }
td.TdClassName
{
border-color: #153B6D;
}
.TagClassName
{
border-color: #153B6D;
}
</style>