Shades of Prussian Blue #12345E
Tints of Prussian Blue #12345E
RGB
CMYK
RGB Variations
Color information
#12345E (or 0x12345E) is known color: Prussian Blue. HEX triplet: 12, 34 and 5E. RGB value is (18,52,94). Sum of RGB (Red+Green+Blue) = 18+52+94=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #12345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12345E is #EDCBA1. Grayscale: #2E2E2E. Windows color (decimal): -15584162 or 6173714. OLE color: 6173714.
HSL color Cylindrical-coordinate representation of color #12345E: hue angle of 213.16º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12345E is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 52 | 94 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.63 |
| HSL | 213.16º | 0.68% | 0.22% | - |
| HSV(B) | 213.16º | 0.81% | 0.37% | - |
| XYZ | 3.5 | 3.39 | 11.06 | - |
| YUV | 46.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 94 | 0.81 | 0.45 | 0 | 0.63 | 213.16 | 0.68 | 0.22 |
| Hex | 12 | 34 | 5E | 51 | 2D | 0 | 3F | D5 | 44 | 16 |
| Octal | 22 | 64 | 136 | 121 | 55 | 0 | 77 | 325 | 104 | 26 |
| Binary | 10010 | 110100 | 1011110 | 1010001 | 101101 | 0 | 111111 | 11010101 | 1000100 | 10110 |
Color Harmonies of #12345E
Complementary color
Monochromatic Colors of #12345E
Black with #12345E
Text Example
Text Example
White with #12345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12345E; }
p { color: rgb(18,52,94); }
H1.HeaderClassName
{
color: #12345E;
}
.AnyTagClassName
{
color: #12345E;
}
</style>
background-color css
<style>
a { background-color: #12345E; }
a { background-color: rgb(18,52,94); }
div.DivClassName
{
background-color: #12345E;
}
.BgClassName
{
background-color: #12345E;
}
</style>
border-color css
<style>
span { border-color: #12345E; }
span { border-color: rgb(18,52,94); }
td.TdClassName
{
border-color: #12345E;
}
.TagClassName
{
border-color: #12345E;
}
</style>