Shades of Prussian Blue #123A6D
Tints of Prussian Blue #123A6D
RGB
CMYK
RGB Variations
Color information
#123A6D (or 0x123A6D) is known color: Prussian Blue. HEX triplet: 12, 3A and 6D. RGB value is (18,58,109). Sum of RGB (Red+Green+Blue) = 18+58+109=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #123A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A6D is #EDC592. Grayscale: #333333. Windows color (decimal): -15582611 or 7158290. OLE color: 7158290.
HSL color Cylindrical-coordinate representation of color #123A6D: hue angle of 213.63º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123A6D is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 58 | 109 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.57 |
| HSL | 213.63º | 0.72% | 0.25% | - |
| HSV(B) | 213.63º | 0.83% | 0.43% | - |
| XYZ | 4.52 | 4.26 | 15.05 | - |
| YUV | 51.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 109 | 0.83 | 0.47 | 0 | 0.57 | 213.63 | 0.72 | 0.25 |
| Hex | 12 | 3A | 6D | 53 | 2F | 0 | 39 | D6 | 48 | 19 |
| Octal | 22 | 72 | 155 | 123 | 57 | 0 | 71 | 326 | 110 | 31 |
| Binary | 10010 | 111010 | 1101101 | 1010011 | 101111 | 0 | 111001 | 11010110 | 1001000 | 11001 |
Color Harmonies of #123A6D
Complementary color
Monochromatic Colors of #123A6D
Black with #123A6D
Text Example
Text Example
White with #123A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A6D; }
p { color: rgb(18,58,109); }
H1.HeaderClassName
{
color: #123A6D;
}
.AnyTagClassName
{
color: #123A6D;
}
</style>
background-color css
<style>
a { background-color: #123A6D; }
a { background-color: rgb(18,58,109); }
div.DivClassName
{
background-color: #123A6D;
}
.BgClassName
{
background-color: #123A6D;
}
</style>
border-color css
<style>
span { border-color: #123A6D; }
span { border-color: rgb(18,58,109); }
td.TdClassName
{
border-color: #123A6D;
}
.TagClassName
{
border-color: #123A6D;
}
</style>