Shades of Prussian Blue #123660
Tints of Prussian Blue #123660
RGB
CMYK
RGB Variations
Color information
#123660 (or 0x123660) is known color: Prussian Blue. HEX triplet: 12, 36 and 60. RGB value is (18,54,96). Sum of RGB (Red+Green+Blue) = 18+54+96=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #123660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123660 is #EDC99F. Grayscale: #2F2F2F. Windows color (decimal): -15583648 or 6305298. OLE color: 6305298.
HSL color Cylindrical-coordinate representation of color #123660: hue angle of 212.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123660 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 54 | 96 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.62 |
| HSL | 212.31º | 0.68% | 0.22% | - |
| HSV(B) | 212.31º | 0.81% | 0.38% | - |
| XYZ | 3.68 | 3.61 | 11.57 | - |
| YUV | 48.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 96 | 0.81 | 0.44 | 0 | 0.62 | 212.31 | 0.68 | 0.22 |
| Hex | 12 | 36 | 60 | 51 | 2C | 0 | 3E | D4 | 44 | 16 |
| Octal | 22 | 66 | 140 | 121 | 54 | 0 | 76 | 324 | 104 | 26 |
| Binary | 10010 | 110110 | 1100000 | 1010001 | 101100 | 0 | 111110 | 11010100 | 1000100 | 10110 |
Color Harmonies of #123660
Complementary color
Monochromatic Colors of #123660
Black with #123660
Text Example
Text Example
White with #123660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123660; }
p { color: rgb(18,54,96); }
H1.HeaderClassName
{
color: #123660;
}
.AnyTagClassName
{
color: #123660;
}
</style>
background-color css
<style>
a { background-color: #123660; }
a { background-color: rgb(18,54,96); }
div.DivClassName
{
background-color: #123660;
}
.BgClassName
{
background-color: #123660;
}
</style>
border-color css
<style>
span { border-color: #123660; }
span { border-color: rgb(18,54,96); }
td.TdClassName
{
border-color: #123660;
}
.TagClassName
{
border-color: #123660;
}
</style>