Shades of Prussian Blue #123770
Tints of Prussian Blue #123770
RGB
CMYK
RGB Variations
Color information
#123770 (or 0x123770) is known color: Prussian Blue. HEX triplet: 12, 37 and 70. RGB value is (18,55,112). Sum of RGB (Red+Green+Blue) = 18+55+112=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #123770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123770 is #EDC88F. Grayscale: #323232. Windows color (decimal): -15583376 or 7354130. OLE color: 7354130.
HSL color Cylindrical-coordinate representation of color #123770: hue angle of 216.38º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123770 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 55 | 112 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.56 |
| HSL | 216.38º | 0.72% | 0.25% | - |
| HSV(B) | 216.38º | 0.84% | 0.44% | - |
| XYZ | 4.54 | 4.03 | 15.87 | - |
| YUV | 50.44 | 162.74 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 112 | 0.84 | 0.51 | 0 | 0.56 | 216.38 | 0.72 | 0.25 |
| Hex | 12 | 37 | 70 | 54 | 33 | 0 | 38 | D8 | 48 | 19 |
| Octal | 22 | 67 | 160 | 124 | 63 | 0 | 70 | 330 | 110 | 31 |
| Binary | 10010 | 110111 | 1110000 | 1010100 | 110011 | 0 | 111000 | 11011000 | 1001000 | 11001 |
Color Harmonies of #123770
Complementary color
Monochromatic Colors of #123770
Black with #123770
Text Example
Text Example
White with #123770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123770; }
p { color: rgb(18,55,112); }
H1.HeaderClassName
{
color: #123770;
}
.AnyTagClassName
{
color: #123770;
}
</style>
background-color css
<style>
a { background-color: #123770; }
a { background-color: rgb(18,55,112); }
div.DivClassName
{
background-color: #123770;
}
.BgClassName
{
background-color: #123770;
}
</style>
border-color css
<style>
span { border-color: #123770; }
span { border-color: rgb(18,55,112); }
td.TdClassName
{
border-color: #123770;
}
.TagClassName
{
border-color: #123770;
}
</style>