Shades of Prussian Blue #123D69
Tints of Prussian Blue #123D69
RGB
CMYK
RGB Variations
Color information
#123D69 (or 0x123D69) is known color: Prussian Blue. HEX triplet: 12, 3D and 69. RGB value is (18,61,105). Sum of RGB (Red+Green+Blue) = 18+61+105=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #123D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D69 is #EDC296. Grayscale: #343434. Windows color (decimal): -15581847 or 6896914. OLE color: 6896914.
HSL color Cylindrical-coordinate representation of color #123D69: hue angle of 210.34º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123D69 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 61 | 105 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.59 |
| HSL | 210.34º | 0.71% | 0.24% | - |
| HSV(B) | 210.34º | 0.83% | 0.41% | - |
| XYZ | 4.47 | 4.49 | 14 | - |
| YUV | 53.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 105 | 0.83 | 0.42 | 0 | 0.59 | 210.34 | 0.71 | 0.24 |
| Hex | 12 | 3D | 69 | 53 | 2A | 0 | 3B | D2 | 47 | 18 |
| Octal | 22 | 75 | 151 | 123 | 52 | 0 | 73 | 322 | 107 | 30 |
| Binary | 10010 | 111101 | 1101001 | 1010011 | 101010 | 0 | 111011 | 11010010 | 1000111 | 11000 |
Color Harmonies of #123D69
Complementary color
Monochromatic Colors of #123D69
Black with #123D69
Text Example
Text Example
White with #123D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D69; }
p { color: rgb(18,61,105); }
H1.HeaderClassName
{
color: #123D69;
}
.AnyTagClassName
{
color: #123D69;
}
</style>
background-color css
<style>
a { background-color: #123D69; }
a { background-color: rgb(18,61,105); }
div.DivClassName
{
background-color: #123D69;
}
.BgClassName
{
background-color: #123D69;
}
</style>
border-color css
<style>
span { border-color: #123D69; }
span { border-color: rgb(18,61,105); }
td.TdClassName
{
border-color: #123D69;
}
.TagClassName
{
border-color: #123D69;
}
</style>