Shades of Prussian Blue #123C67
Tints of Prussian Blue #123C67
RGB
CMYK
RGB Variations
Color information
#123C67 (or 0x123C67) is known color: Prussian Blue. HEX triplet: 12, 3C and 67. RGB value is (18,60,103). Sum of RGB (Red+Green+Blue) = 18+60+103=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #123C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C67 is #EDC398. Grayscale: #343434. Windows color (decimal): -15582105 or 6765586. OLE color: 6765586.
HSL color Cylindrical-coordinate representation of color #123C67: hue angle of 210.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123C67 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 60 | 103 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.60 |
| HSL | 210.35º | 0.7% | 0.24% | - |
| HSV(B) | 210.35º | 0.83% | 0.4% | - |
| XYZ | 4.31 | 4.34 | 13.44 | - |
| YUV | 52.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 103 | 0.83 | 0.42 | 0 | 0.60 | 210.35 | 0.7 | 0.24 |
| Hex | 12 | 3C | 67 | 53 | 2A | 0 | 3C | D2 | 46 | 18 |
| Octal | 22 | 74 | 147 | 123 | 52 | 0 | 74 | 322 | 106 | 30 |
| Binary | 10010 | 111100 | 1100111 | 1010011 | 101010 | 0 | 111100 | 11010010 | 1000110 | 11000 |
Color Harmonies of #123C67
Complementary color
Monochromatic Colors of #123C67
Black with #123C67
Text Example
Text Example
White with #123C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C67; }
p { color: rgb(18,60,103); }
H1.HeaderClassName
{
color: #123C67;
}
.AnyTagClassName
{
color: #123C67;
}
</style>
background-color css
<style>
a { background-color: #123C67; }
a { background-color: rgb(18,60,103); }
div.DivClassName
{
background-color: #123C67;
}
.BgClassName
{
background-color: #123C67;
}
</style>
border-color css
<style>
span { border-color: #123C67; }
span { border-color: rgb(18,60,103); }
td.TdClassName
{
border-color: #123C67;
}
.TagClassName
{
border-color: #123C67;
}
</style>