Shades of Dark Cerulean #123E70
Tints of Dark Cerulean #123E70
RGB
CMYK
RGB Variations
Color information
#123E70 (or 0x123E70) is known color: Dark Cerulean. HEX triplet: 12, 3E and 70. RGB value is (18,62,112). Sum of RGB (Red+Green+Blue) = 18+62+112=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #123E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E70 is #EDC18F. Grayscale: #363636. Windows color (decimal): -15581584 or 7355922. OLE color: 7355922.
HSL color Cylindrical-coordinate representation of color #123E70: hue angle of 211.91º 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 #123E70 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 62 | 112 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.56 |
| HSL | 211.91º | 0.72% | 0.25% | - |
| HSV(B) | 211.91º | 0.84% | 0.44% | - |
| XYZ | 4.9 | 4.74 | 15.99 | - |
| YUV | 54.54 | 160.42 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 112 | 0.84 | 0.45 | 0 | 0.56 | 211.91 | 0.72 | 0.25 |
| Hex | 12 | 3E | 70 | 54 | 2D | 0 | 38 | D4 | 48 | 19 |
| Octal | 22 | 76 | 160 | 124 | 55 | 0 | 70 | 324 | 110 | 31 |
| Binary | 10010 | 111110 | 1110000 | 1010100 | 101101 | 0 | 111000 | 11010100 | 1001000 | 11001 |
Color Harmonies of #123E70
Complementary color
Monochromatic Colors of #123E70
Black with #123E70
Text Example
Text Example
White with #123E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E70; }
p { color: rgb(18,62,112); }
H1.HeaderClassName
{
color: #123E70;
}
.AnyTagClassName
{
color: #123E70;
}
</style>
background-color css
<style>
a { background-color: #123E70; }
a { background-color: rgb(18,62,112); }
div.DivClassName
{
background-color: #123E70;
}
.BgClassName
{
background-color: #123E70;
}
</style>
border-color css
<style>
span { border-color: #123E70; }
span { border-color: rgb(18,62,112); }
td.TdClassName
{
border-color: #123E70;
}
.TagClassName
{
border-color: #123E70;
}
</style>