Shades of Prussian Blue #123C6D
Tints of Prussian Blue #123C6D
RGB
CMYK
RGB Variations
Color information
#123C6D (or 0x123C6D) is known color: Prussian Blue. HEX triplet: 12, 3C and 6D. RGB value is (18,60,109). Sum of RGB (Red+Green+Blue) = 18+60+109=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #123C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C6D is #EDC392. Grayscale: #343434. Windows color (decimal): -15582099 or 7158802. OLE color: 7158802.
HSL color Cylindrical-coordinate representation of color #123C6D: hue angle of 212.31º 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 #123C6D is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 60 | 109 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.57 |
| HSL | 212.31º | 0.72% | 0.25% | - |
| HSV(B) | 212.31º | 0.83% | 0.43% | - |
| XYZ | 4.63 | 4.46 | 15.09 | - |
| YUV | 53.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 109 | 0.83 | 0.45 | 0 | 0.57 | 212.31 | 0.72 | 0.25 |
| Hex | 12 | 3C | 6D | 53 | 2D | 0 | 39 | D4 | 48 | 19 |
| Octal | 22 | 74 | 155 | 123 | 55 | 0 | 71 | 324 | 110 | 31 |
| Binary | 10010 | 111100 | 1101101 | 1010011 | 101101 | 0 | 111001 | 11010100 | 1001000 | 11001 |
Color Harmonies of #123C6D
Complementary color
Monochromatic Colors of #123C6D
Black with #123C6D
Text Example
Text Example
White with #123C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C6D; }
p { color: rgb(18,60,109); }
H1.HeaderClassName
{
color: #123C6D;
}
.AnyTagClassName
{
color: #123C6D;
}
</style>
background-color css
<style>
a { background-color: #123C6D; }
a { background-color: rgb(18,60,109); }
div.DivClassName
{
background-color: #123C6D;
}
.BgClassName
{
background-color: #123C6D;
}
</style>
border-color css
<style>
span { border-color: #123C6D; }
span { border-color: rgb(18,60,109); }
td.TdClassName
{
border-color: #123C6D;
}
.TagClassName
{
border-color: #123C6D;
}
</style>