Shades of Dark Cerulean #123A70
Tints of Dark Cerulean #123A70
RGB
CMYK
RGB Variations
Color information
#123A70 (or 0x123A70) is known color: Dark Cerulean. HEX triplet: 12, 3A and 70. RGB value is (18,58,112). Sum of RGB (Red+Green+Blue) = 18+58+112=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #123A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A70 is #EDC58F. Grayscale: #333333. Windows color (decimal): -15582608 or 7354898. OLE color: 7354898.
HSL color Cylindrical-coordinate representation of color #123A70: hue angle of 214.47º 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 #123A70 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 58 | 112 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.56 |
| HSL | 214.47º | 0.72% | 0.25% | - |
| HSV(B) | 214.47º | 0.84% | 0.44% | - |
| XYZ | 4.69 | 4.32 | 15.92 | - |
| YUV | 52.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 112 | 0.84 | 0.48 | 0 | 0.56 | 214.47 | 0.72 | 0.25 |
| Hex | 12 | 3A | 70 | 54 | 30 | 0 | 38 | D6 | 48 | 19 |
| Octal | 22 | 72 | 160 | 124 | 60 | 0 | 70 | 326 | 110 | 31 |
| Binary | 10010 | 111010 | 1110000 | 1010100 | 110000 | 0 | 111000 | 11010110 | 1001000 | 11001 |
Color Harmonies of #123A70
Complementary color
Monochromatic Colors of #123A70
Black with #123A70
Text Example
Text Example
White with #123A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A70; }
p { color: rgb(18,58,112); }
H1.HeaderClassName
{
color: #123A70;
}
.AnyTagClassName
{
color: #123A70;
}
</style>
background-color css
<style>
a { background-color: #123A70; }
a { background-color: rgb(18,58,112); }
div.DivClassName
{
background-color: #123A70;
}
.BgClassName
{
background-color: #123A70;
}
</style>
border-color css
<style>
span { border-color: #123A70; }
span { border-color: rgb(18,58,112); }
td.TdClassName
{
border-color: #123A70;
}
.TagClassName
{
border-color: #123A70;
}
</style>