Shades of Prussian Blue #15386F
Tints of Prussian Blue #15386F
RGB
CMYK
RGB Variations
Color information
#15386F (or 0x15386F) is known color: Prussian Blue. HEX triplet: 15, 38 and 6F. RGB value is (21,56,111). Sum of RGB (Red+Green+Blue) = 21+56+111=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #15386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15386F is #EAC790. Grayscale: #333333. Windows color (decimal): -15386513 or 7288853. OLE color: 7288853.
HSL color Cylindrical-coordinate representation of color #15386F: hue angle of 216.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15386F is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 56 | 111 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.56 |
| HSL | 216.67º | 0.68% | 0.26% | - |
| HSV(B) | 216.67º | 0.81% | 0.44% | - |
| XYZ | 4.59 | 4.14 | 15.6 | - |
| YUV | 51.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 111 | 0.81 | 0.50 | 0 | 0.56 | 216.67 | 0.68 | 0.26 |
| Hex | 15 | 38 | 6F | 51 | 32 | 0 | 38 | D9 | 44 | 1A |
| Octal | 25 | 70 | 157 | 121 | 62 | 0 | 70 | 331 | 104 | 32 |
| Binary | 10101 | 111000 | 1101111 | 1010001 | 110010 | 0 | 111000 | 11011001 | 1000100 | 11010 |
Color Harmonies of #15386F
Complementary color
Monochromatic Colors of #15386F
Black with #15386F
Text Example
Text Example
White with #15386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15386F; }
p { color: rgb(21,56,111); }
H1.HeaderClassName
{
color: #15386F;
}
.AnyTagClassName
{
color: #15386F;
}
</style>
background-color css
<style>
a { background-color: #15386F; }
a { background-color: rgb(21,56,111); }
div.DivClassName
{
background-color: #15386F;
}
.BgClassName
{
background-color: #15386F;
}
</style>
border-color css
<style>
span { border-color: #15386F; }
span { border-color: rgb(21,56,111); }
td.TdClassName
{
border-color: #15386F;
}
.TagClassName
{
border-color: #15386F;
}
</style>