Shades of Prussian Blue #123762
Tints of Prussian Blue #123762
RGB
CMYK
RGB Variations
Color information
#123762 (or 0x123762) is known color: Prussian Blue. HEX triplet: 12, 37 and 62. RGB value is (18,55,98). Sum of RGB (Red+Green+Blue) = 18+55+98=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #123762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123762 is #EDC89D. Grayscale: #303030. Windows color (decimal): -15583390 or 6436626. OLE color: 6436626.
HSL color Cylindrical-coordinate representation of color #123762: hue angle of 212.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123762 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 55 | 98 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.62 |
| HSL | 212.25º | 0.69% | 0.23% | - |
| HSV(B) | 212.25º | 0.82% | 0.38% | - |
| XYZ | 3.82 | 3.74 | 12.08 | - |
| YUV | 48.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 98 | 0.82 | 0.44 | 0 | 0.62 | 212.25 | 0.69 | 0.23 |
| Hex | 12 | 37 | 62 | 52 | 2C | 0 | 3E | D4 | 45 | 17 |
| Octal | 22 | 67 | 142 | 122 | 54 | 0 | 76 | 324 | 105 | 27 |
| Binary | 10010 | 110111 | 1100010 | 1010010 | 101100 | 0 | 111110 | 11010100 | 1000101 | 10111 |
Color Harmonies of #123762
Complementary color
Monochromatic Colors of #123762
Black with #123762
Text Example
Text Example
White with #123762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123762; }
p { color: rgb(18,55,98); }
H1.HeaderClassName
{
color: #123762;
}
.AnyTagClassName
{
color: #123762;
}
</style>
background-color css
<style>
a { background-color: #123762; }
a { background-color: rgb(18,55,98); }
div.DivClassName
{
background-color: #123762;
}
.BgClassName
{
background-color: #123762;
}
</style>
border-color css
<style>
span { border-color: #123762; }
span { border-color: rgb(18,55,98); }
td.TdClassName
{
border-color: #123762;
}
.TagClassName
{
border-color: #123762;
}
</style>