Shades of Dark Cerulean #123F87
Tints of Dark Cerulean #123F87
RGB
CMYK
RGB Variations
Color information
#123F87 (or 0x123F87) is known color: Dark Cerulean. HEX triplet: 12, 3F and 87. RGB value is (18,63,135). Sum of RGB (Red+Green+Blue) = 18+63+135=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #123F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F87 is #EDC078. Grayscale: #393939. Windows color (decimal): -15581305 or 8863506. OLE color: 8863506.
HSL color Cylindrical-coordinate representation of color #123F87: hue angle of 216.92º 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 #123F87 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 63 | 135 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.47 |
| HSL | 216.92º | 0.76% | 0.3% | - |
| HSV(B) | 216.92º | 0.87% | 0.53% | - |
| XYZ | 6.4 | 5.43 | 23.63 | - |
| YUV | 57.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 135 | 0.87 | 0.53 | 0 | 0.47 | 216.92 | 0.76 | 0.3 |
| Hex | 12 | 3F | 87 | 57 | 35 | 0 | 2F | D9 | 4C | 1E |
| Octal | 22 | 77 | 207 | 127 | 65 | 0 | 57 | 331 | 114 | 36 |
| Binary | 10010 | 111111 | 10000111 | 1010111 | 110101 | 0 | 101111 | 11011001 | 1001100 | 11110 |
Color Harmonies of #123F87
Complementary color
Monochromatic Colors of #123F87
Black with #123F87
Text Example
Text Example
White with #123F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F87; }
p { color: rgb(18,63,135); }
H1.HeaderClassName
{
color: #123F87;
}
.AnyTagClassName
{
color: #123F87;
}
</style>
background-color css
<style>
a { background-color: #123F87; }
a { background-color: rgb(18,63,135); }
div.DivClassName
{
background-color: #123F87;
}
.BgClassName
{
background-color: #123F87;
}
</style>
border-color css
<style>
span { border-color: #123F87; }
span { border-color: rgb(18,63,135); }
td.TdClassName
{
border-color: #123F87;
}
.TagClassName
{
border-color: #123F87;
}
</style>