Shades of Dark Cerulean #123D70
Tints of Dark Cerulean #123D70
RGB
CMYK
RGB Variations
Color information
#123D70 (or 0x123D70) is known color: Dark Cerulean. HEX triplet: 12, 3D and 70. RGB value is (18,61,112). Sum of RGB (Red+Green+Blue) = 18+61+112=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #123D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D70 is #EDC28F. Grayscale: #353535. Windows color (decimal): -15581840 or 7355666. OLE color: 7355666.
HSL color Cylindrical-coordinate representation of color #123D70: hue angle of 212.55º 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 #123D70 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 61 | 112 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.56 |
| HSL | 212.55º | 0.72% | 0.25% | - |
| HSV(B) | 212.55º | 0.84% | 0.44% | - |
| XYZ | 4.84 | 4.64 | 15.97 | - |
| YUV | 53.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 112 | 0.84 | 0.46 | 0 | 0.56 | 212.55 | 0.72 | 0.25 |
| Hex | 12 | 3D | 70 | 54 | 2E | 0 | 38 | D5 | 48 | 19 |
| Octal | 22 | 75 | 160 | 124 | 56 | 0 | 70 | 325 | 110 | 31 |
| Binary | 10010 | 111101 | 1110000 | 1010100 | 101110 | 0 | 111000 | 11010101 | 1001000 | 11001 |
Color Harmonies of #123D70
Complementary color
Monochromatic Colors of #123D70
Black with #123D70
Text Example
Text Example
White with #123D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D70; }
p { color: rgb(18,61,112); }
H1.HeaderClassName
{
color: #123D70;
}
.AnyTagClassName
{
color: #123D70;
}
</style>
background-color css
<style>
a { background-color: #123D70; }
a { background-color: rgb(18,61,112); }
div.DivClassName
{
background-color: #123D70;
}
.BgClassName
{
background-color: #123D70;
}
</style>
border-color css
<style>
span { border-color: #123D70; }
span { border-color: rgb(18,61,112); }
td.TdClassName
{
border-color: #123D70;
}
.TagClassName
{
border-color: #123D70;
}
</style>