Shades of Prussian Blue #15386B
Tints of Prussian Blue #15386B
RGB
CMYK
RGB Variations
Color information
#15386B (or 0x15386B) is known color: Prussian Blue. HEX triplet: 15, 38 and 6B. RGB value is (21,56,107). Sum of RGB (Red+Green+Blue) = 21+56+107=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 56 (22.27% from 255 or 30.43% 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 #15386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15386B is #EAC794. Grayscale: #333333. Windows color (decimal): -15386517 or 7026709. OLE color: 7026709.
HSL color Cylindrical-coordinate representation of color #15386B: hue angle of 215.58º 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 #15386B is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 56 | 107 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.58 |
| HSL | 215.58º | 0.67% | 0.25% | - |
| HSV(B) | 215.58º | 0.8% | 0.42% | - |
| XYZ | 4.38 | 4.05 | 14.46 | - |
| YUV | 51.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 107 | 0.80 | 0.48 | 0 | 0.58 | 215.58 | 0.67 | 0.25 |
| Hex | 15 | 38 | 6B | 50 | 30 | 0 | 3A | D8 | 43 | 19 |
| Octal | 25 | 70 | 153 | 120 | 60 | 0 | 72 | 330 | 103 | 31 |
| Binary | 10101 | 111000 | 1101011 | 1010000 | 110000 | 0 | 111010 | 11011000 | 1000011 | 11001 |
Color Harmonies of #15386B
Complementary color
Monochromatic Colors of #15386B
Black with #15386B
Text Example
Text Example
White with #15386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15386B; }
p { color: rgb(21,56,107); }
H1.HeaderClassName
{
color: #15386B;
}
.AnyTagClassName
{
color: #15386B;
}
</style>
background-color css
<style>
a { background-color: #15386B; }
a { background-color: rgb(21,56,107); }
div.DivClassName
{
background-color: #15386B;
}
.BgClassName
{
background-color: #15386B;
}
</style>
border-color css
<style>
span { border-color: #15386B; }
span { border-color: rgb(21,56,107); }
td.TdClassName
{
border-color: #15386B;
}
.TagClassName
{
border-color: #15386B;
}
</style>