Shades of Prussian Blue #123464
Tints of Prussian Blue #123464
RGB
CMYK
RGB Variations
Color information
#123464 (or 0x123464) is known color: Prussian Blue. HEX triplet: 12, 34 and 64. RGB value is (18,52,100). Sum of RGB (Red+Green+Blue) = 18+52+100=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #123464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123464 is #EDCB9B. Grayscale: #2F2F2F. Windows color (decimal): -15584156 or 6566930. OLE color: 6566930.
HSL color Cylindrical-coordinate representation of color #123464: hue angle of 215.12º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123464 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 52 | 100 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.61 |
| HSL | 215.12º | 0.69% | 0.23% | - |
| HSV(B) | 215.12º | 0.82% | 0.39% | - |
| XYZ | 3.78 | 3.5 | 12.53 | - |
| YUV | 47.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 100 | 0.82 | 0.48 | 0 | 0.61 | 215.12 | 0.69 | 0.23 |
| Hex | 12 | 34 | 64 | 52 | 30 | 0 | 3D | D7 | 45 | 17 |
| Octal | 22 | 64 | 144 | 122 | 60 | 0 | 75 | 327 | 105 | 27 |
| Binary | 10010 | 110100 | 1100100 | 1010010 | 110000 | 0 | 111101 | 11010111 | 1000101 | 10111 |
Color Harmonies of #123464
Complementary color
Monochromatic Colors of #123464
Black with #123464
Text Example
Text Example
White with #123464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123464; }
p { color: rgb(18,52,100); }
H1.HeaderClassName
{
color: #123464;
}
.AnyTagClassName
{
color: #123464;
}
</style>
background-color css
<style>
a { background-color: #123464; }
a { background-color: rgb(18,52,100); }
div.DivClassName
{
background-color: #123464;
}
.BgClassName
{
background-color: #123464;
}
</style>
border-color css
<style>
span { border-color: #123464; }
span { border-color: rgb(18,52,100); }
td.TdClassName
{
border-color: #123464;
}
.TagClassName
{
border-color: #123464;
}
</style>