Shades of Dark Cerulean #123D88
Tints of Dark Cerulean #123D88
RGB
CMYK
RGB Variations
Color information
#123D88 (or 0x123D88) is known color: Dark Cerulean. HEX triplet: 12, 3D and 88. RGB value is (18,61,136). Sum of RGB (Red+Green+Blue) = 18+61+136=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #123D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123D88 is #EDC277. Grayscale: #383838. Windows color (decimal): -15581816 or 8928530. OLE color: 8928530.
HSL color Cylindrical-coordinate representation of color #123D88: hue angle of 218.14º degrees, saturation: 0.77, 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 #123D88 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 61 | 136 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.47 |
| HSL | 218.14º | 0.77% | 0.3% | - |
| HSV(B) | 218.14º | 0.87% | 0.53% | - |
| XYZ | 6.36 | 5.24 | 23.97 | - |
| YUV | 56.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 136 | 0.87 | 0.55 | 0 | 0.47 | 218.14 | 0.77 | 0.3 |
| Hex | 12 | 3D | 88 | 57 | 37 | 0 | 2F | DA | 4D | 1E |
| Octal | 22 | 75 | 210 | 127 | 67 | 0 | 57 | 332 | 115 | 36 |
| Binary | 10010 | 111101 | 10001000 | 1010111 | 110111 | 0 | 101111 | 11011010 | 1001101 | 11110 |
Color Harmonies of #123D88
Complementary color
Monochromatic Colors of #123D88
Black with #123D88
Text Example
Text Example
White with #123D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D88; }
p { color: rgb(18,61,136); }
H1.HeaderClassName
{
color: #123D88;
}
.AnyTagClassName
{
color: #123D88;
}
</style>
background-color css
<style>
a { background-color: #123D88; }
a { background-color: rgb(18,61,136); }
div.DivClassName
{
background-color: #123D88;
}
.BgClassName
{
background-color: #123D88;
}
</style>
border-color css
<style>
span { border-color: #123D88; }
span { border-color: rgb(18,61,136); }
td.TdClassName
{
border-color: #123D88;
}
.TagClassName
{
border-color: #123D88;
}
</style>