Shades of Prussian Blue #153B6B
Tints of Prussian Blue #153B6B
RGB
CMYK
RGB Variations
Color information
#153B6B (or 0x153B6B) is known color: Prussian Blue. HEX triplet: 15, 3B and 6B. RGB value is (21,59,107). Sum of RGB (Red+Green+Blue) = 21+59+107=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #153B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B6B is #EAC494. Grayscale: #343434. Windows color (decimal): -15385749 or 7027477. OLE color: 7027477.
HSL color Cylindrical-coordinate representation of color #153B6B: hue angle of 213.49º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153B6B is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 59 | 107 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.58 |
| HSL | 213.49º | 0.67% | 0.25% | - |
| HSV(B) | 213.49º | 0.8% | 0.42% | - |
| XYZ | 4.53 | 4.35 | 14.51 | - |
| YUV | 53.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 107 | 0.80 | 0.45 | 0 | 0.58 | 213.49 | 0.67 | 0.25 |
| Hex | 15 | 3B | 6B | 50 | 2D | 0 | 3A | D5 | 43 | 19 |
| Octal | 25 | 73 | 153 | 120 | 55 | 0 | 72 | 325 | 103 | 31 |
| Binary | 10101 | 111011 | 1101011 | 1010000 | 101101 | 0 | 111010 | 11010101 | 1000011 | 11001 |
Color Harmonies of #153B6B
Complementary color
Monochromatic Colors of #153B6B
Black with #153B6B
Text Example
Text Example
White with #153B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B6B; }
p { color: rgb(21,59,107); }
H1.HeaderClassName
{
color: #153B6B;
}
.AnyTagClassName
{
color: #153B6B;
}
</style>
background-color css
<style>
a { background-color: #153B6B; }
a { background-color: rgb(21,59,107); }
div.DivClassName
{
background-color: #153B6B;
}
.BgClassName
{
background-color: #153B6B;
}
</style>
border-color css
<style>
span { border-color: #153B6B; }
span { border-color: rgb(21,59,107); }
td.TdClassName
{
border-color: #153B6B;
}
.TagClassName
{
border-color: #153B6B;
}
</style>