Shades of Dark Cerulean #123B87
Tints of Dark Cerulean #123B87
RGB
CMYK
RGB Variations
Color information
#123B87 (or 0x123B87) is known color: Dark Cerulean. HEX triplet: 12, 3B and 87. RGB value is (18,59,135). Sum of RGB (Red+Green+Blue) = 18+59+135=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #123B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B87 is #EDC478. Grayscale: #373737. Windows color (decimal): -15582329 or 8862482. OLE color: 8862482.
HSL color Cylindrical-coordinate representation of color #123B87: hue angle of 218.97º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123B87 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 59 | 135 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.47 |
| HSL | 218.97º | 0.76% | 0.3% | - |
| HSV(B) | 218.97º | 0.87% | 0.53% | - |
| XYZ | 6.19 | 5.01 | 23.56 | - |
| YUV | 55.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 135 | 0.87 | 0.56 | 0 | 0.47 | 218.97 | 0.76 | 0.3 |
| Hex | 12 | 3B | 87 | 57 | 38 | 0 | 2F | DB | 4C | 1E |
| Octal | 22 | 73 | 207 | 127 | 70 | 0 | 57 | 333 | 114 | 36 |
| Binary | 10010 | 111011 | 10000111 | 1010111 | 111000 | 0 | 101111 | 11011011 | 1001100 | 11110 |
Color Harmonies of #123B87
Complementary color
Monochromatic Colors of #123B87
Black with #123B87
Text Example
Text Example
White with #123B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B87; }
p { color: rgb(18,59,135); }
H1.HeaderClassName
{
color: #123B87;
}
.AnyTagClassName
{
color: #123B87;
}
</style>
background-color css
<style>
a { background-color: #123B87; }
a { background-color: rgb(18,59,135); }
div.DivClassName
{
background-color: #123B87;
}
.BgClassName
{
background-color: #123B87;
}
</style>
border-color css
<style>
span { border-color: #123B87; }
span { border-color: rgb(18,59,135); }
td.TdClassName
{
border-color: #123B87;
}
.TagClassName
{
border-color: #123B87;
}
</style>