Shades of Prussian Blue #123B6D
Tints of Prussian Blue #123B6D
RGB
CMYK
RGB Variations
Color information
#123B6D (or 0x123B6D) is known color: Prussian Blue. HEX triplet: 12, 3B and 6D. RGB value is (18,59,109). Sum of RGB (Red+Green+Blue) = 18+59+109=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #123B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B6D is #EDC492. Grayscale: #343434. Windows color (decimal): -15582355 or 7158546. OLE color: 7158546.
HSL color Cylindrical-coordinate representation of color #123B6D: hue angle of 212.97º 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 #123B6D is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 59 | 109 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.57 |
| HSL | 212.97º | 0.72% | 0.25% | - |
| HSV(B) | 212.97º | 0.83% | 0.43% | - |
| XYZ | 4.57 | 4.36 | 15.07 | - |
| YUV | 52.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 109 | 0.83 | 0.46 | 0 | 0.57 | 212.97 | 0.72 | 0.25 |
| Hex | 12 | 3B | 6D | 53 | 2E | 0 | 39 | D5 | 48 | 19 |
| Octal | 22 | 73 | 155 | 123 | 56 | 0 | 71 | 325 | 110 | 31 |
| Binary | 10010 | 111011 | 1101101 | 1010011 | 101110 | 0 | 111001 | 11010101 | 1001000 | 11001 |
Color Harmonies of #123B6D
Complementary color
Monochromatic Colors of #123B6D
Black with #123B6D
Text Example
Text Example
White with #123B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B6D; }
p { color: rgb(18,59,109); }
H1.HeaderClassName
{
color: #123B6D;
}
.AnyTagClassName
{
color: #123B6D;
}
</style>
background-color css
<style>
a { background-color: #123B6D; }
a { background-color: rgb(18,59,109); }
div.DivClassName
{
background-color: #123B6D;
}
.BgClassName
{
background-color: #123B6D;
}
</style>
border-color css
<style>
span { border-color: #123B6D; }
span { border-color: rgb(18,59,109); }
td.TdClassName
{
border-color: #123B6D;
}
.TagClassName
{
border-color: #123B6D;
}
</style>