Shades of Prussian Blue #123561
Tints of Prussian Blue #123561
RGB
CMYK
RGB Variations
Color information
#123561 (or 0x123561) is known color: Prussian Blue. HEX triplet: 12, 35 and 61. RGB value is (18,53,97). Sum of RGB (Red+Green+Blue) = 18+53+97=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #123561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123561 is #EDCA9E. Grayscale: #2F2F2F. Windows color (decimal): -15583903 or 6370578. OLE color: 6370578.
HSL color Cylindrical-coordinate representation of color #123561: hue angle of 213.42º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123561 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 53 | 97 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.62 |
| HSL | 213.42º | 0.69% | 0.23% | - |
| HSV(B) | 213.42º | 0.81% | 0.38% | - |
| XYZ | 3.68 | 3.54 | 11.8 | - |
| YUV | 47.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 97 | 0.81 | 0.45 | 0 | 0.62 | 213.42 | 0.69 | 0.23 |
| Hex | 12 | 35 | 61 | 51 | 2D | 0 | 3E | D5 | 45 | 17 |
| Octal | 22 | 65 | 141 | 121 | 55 | 0 | 76 | 325 | 105 | 27 |
| Binary | 10010 | 110101 | 1100001 | 1010001 | 101101 | 0 | 111110 | 11010101 | 1000101 | 10111 |
Color Harmonies of #123561
Complementary color
Monochromatic Colors of #123561
Black with #123561
Text Example
Text Example
White with #123561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123561; }
p { color: rgb(18,53,97); }
H1.HeaderClassName
{
color: #123561;
}
.AnyTagClassName
{
color: #123561;
}
</style>
background-color css
<style>
a { background-color: #123561; }
a { background-color: rgb(18,53,97); }
div.DivClassName
{
background-color: #123561;
}
.BgClassName
{
background-color: #123561;
}
</style>
border-color css
<style>
span { border-color: #123561; }
span { border-color: rgb(18,53,97); }
td.TdClassName
{
border-color: #123561;
}
.TagClassName
{
border-color: #123561;
}
</style>