Shades of Prussian Blue #123B6C
Tints of Prussian Blue #123B6C
RGB
CMYK
RGB Variations
Color information
#123B6C (or 0x123B6C) is known color: Prussian Blue. HEX triplet: 12, 3B and 6C. RGB value is (18,59,108). Sum of RGB (Red+Green+Blue) = 18+59+108=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #123B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B6C is #EDC493. Grayscale: #343434. Windows color (decimal): -15582356 or 7093010. OLE color: 7093010.
HSL color Cylindrical-coordinate representation of color #123B6C: hue angle of 212.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123B6C is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 59 | 108 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.58 |
| HSL | 212.67º | 0.71% | 0.25% | - |
| HSV(B) | 212.67º | 0.83% | 0.42% | - |
| XYZ | 4.52 | 4.34 | 14.79 | - |
| YUV | 52.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 108 | 0.83 | 0.45 | 0 | 0.58 | 212.67 | 0.71 | 0.25 |
| Hex | 12 | 3B | 6C | 53 | 2D | 0 | 3A | D5 | 47 | 19 |
| Octal | 22 | 73 | 154 | 123 | 55 | 0 | 72 | 325 | 107 | 31 |
| Binary | 10010 | 111011 | 1101100 | 1010011 | 101101 | 0 | 111010 | 11010101 | 1000111 | 11001 |
Color Harmonies of #123B6C
Complementary color
Monochromatic Colors of #123B6C
Black with #123B6C
Text Example
Text Example
White with #123B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B6C; }
p { color: rgb(18,59,108); }
H1.HeaderClassName
{
color: #123B6C;
}
.AnyTagClassName
{
color: #123B6C;
}
</style>
background-color css
<style>
a { background-color: #123B6C; }
a { background-color: rgb(18,59,108); }
div.DivClassName
{
background-color: #123B6C;
}
.BgClassName
{
background-color: #123B6C;
}
</style>
border-color css
<style>
span { border-color: #123B6C; }
span { border-color: rgb(18,59,108); }
td.TdClassName
{
border-color: #123B6C;
}
.TagClassName
{
border-color: #123B6C;
}
</style>