Shades of Prussian Blue #123E6A
Tints of Prussian Blue #123E6A
RGB
CMYK
RGB Variations
Color information
#123E6A (or 0x123E6A) is known color: Prussian Blue. HEX triplet: 12, 3E and 6A. RGB value is (18,62,106). Sum of RGB (Red+Green+Blue) = 18+62+106=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #123E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E6A is #EDC195. Grayscale: #353535. Windows color (decimal): -15581590 or 6962706. OLE color: 6962706.
HSL color Cylindrical-coordinate representation of color #123E6A: hue angle of 210º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123E6A is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 62 | 106 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.58 |
| HSL | 210º | 0.71% | 0.24% | - |
| HSV(B) | 210º | 0.83% | 0.42% | - |
| XYZ | 4.57 | 4.61 | 14.29 | - |
| YUV | 53.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 106 | 0.83 | 0.42 | 0 | 0.58 | 210 | 0.71 | 0.24 |
| Hex | 12 | 3E | 6A | 53 | 2A | 0 | 3A | D2 | 47 | 18 |
| Octal | 22 | 76 | 152 | 123 | 52 | 0 | 72 | 322 | 107 | 30 |
| Binary | 10010 | 111110 | 1101010 | 1010011 | 101010 | 0 | 111010 | 11010010 | 1000111 | 11000 |
Color Harmonies of #123E6A
Complementary color
Monochromatic Colors of #123E6A
Black with #123E6A
Text Example
Text Example
White with #123E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E6A; }
p { color: rgb(18,62,106); }
H1.HeaderClassName
{
color: #123E6A;
}
.AnyTagClassName
{
color: #123E6A;
}
</style>
background-color css
<style>
a { background-color: #123E6A; }
a { background-color: rgb(18,62,106); }
div.DivClassName
{
background-color: #123E6A;
}
.BgClassName
{
background-color: #123E6A;
}
</style>
border-color css
<style>
span { border-color: #123E6A; }
span { border-color: rgb(18,62,106); }
td.TdClassName
{
border-color: #123E6A;
}
.TagClassName
{
border-color: #123E6A;
}
</style>