Shades of Dark Cerulean #12466E
Tints of Dark Cerulean #12466E
RGB
CMYK
RGB Variations
Color information
#12466E (or 0x12466E) is known color: Dark Cerulean. HEX triplet: 12, 46 and 6E. RGB value is (18,70,110). Sum of RGB (Red+Green+Blue) = 18+70+110=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #12466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466E is #EDB991. Grayscale: #3A3A3A. Windows color (decimal): -15579538 or 7226898. OLE color: 7226898.
HSL color Cylindrical-coordinate representation of color #12466E: hue angle of 206.09º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12466E is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 70 | 110 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.57 |
| HSL | 206.09º | 0.72% | 0.25% | - |
| HSV(B) | 206.09º | 0.84% | 0.43% | - |
| XYZ | 5.25 | 5.63 | 15.56 | - |
| YUV | 59.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 110 | 0.84 | 0.36 | 0 | 0.57 | 206.09 | 0.72 | 0.25 |
| Hex | 12 | 46 | 6E | 54 | 24 | 0 | 39 | CE | 48 | 19 |
| Octal | 22 | 106 | 156 | 124 | 44 | 0 | 71 | 316 | 110 | 31 |
| Binary | 10010 | 1000110 | 1101110 | 1010100 | 100100 | 0 | 111001 | 11001110 | 1001000 | 11001 |
Color Harmonies of #12466E
Complementary color
Monochromatic Colors of #12466E
Black with #12466E
Text Example
Text Example
White with #12466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12466E; }
p { color: rgb(18,70,110); }
H1.HeaderClassName
{
color: #12466E;
}
.AnyTagClassName
{
color: #12466E;
}
</style>
background-color css
<style>
a { background-color: #12466E; }
a { background-color: rgb(18,70,110); }
div.DivClassName
{
background-color: #12466E;
}
.BgClassName
{
background-color: #12466E;
}
</style>
border-color css
<style>
span { border-color: #12466E; }
span { border-color: rgb(18,70,110); }
td.TdClassName
{
border-color: #12466E;
}
.TagClassName
{
border-color: #12466E;
}
</style>