Shades of Dark Cerulean #124182
Tints of Dark Cerulean #124182
RGB
CMYK
RGB Variations
Color information
#124182 (or 0x124182) is known color: Dark Cerulean. HEX triplet: 12, 41 and 82. RGB value is (18,65,130). Sum of RGB (Red+Green+Blue) = 18+65+130=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #124182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124182 is #EDBE7D. Grayscale: #3A3A3A. Windows color (decimal): -15580798 or 8536338. OLE color: 8536338.
HSL color Cylindrical-coordinate representation of color #124182: hue angle of 214.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124182 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 65 | 130 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.49 |
| HSL | 214.82º | 0.76% | 0.29% | - |
| HSV(B) | 214.82º | 0.86% | 0.51% | - |
| XYZ | 6.17 | 5.52 | 21.86 | - |
| YUV | 58.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 130 | 0.86 | 0.50 | 0 | 0.49 | 214.82 | 0.76 | 0.29 |
| Hex | 12 | 41 | 82 | 56 | 32 | 0 | 31 | D7 | 4C | 1D |
| Octal | 22 | 101 | 202 | 126 | 62 | 0 | 61 | 327 | 114 | 35 |
| Binary | 10010 | 1000001 | 10000010 | 1010110 | 110010 | 0 | 110001 | 11010111 | 1001100 | 11101 |
Color Harmonies of #124182
Complementary color
Monochromatic Colors of #124182
Black with #124182
Text Example
Text Example
White with #124182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124182; }
p { color: rgb(18,65,130); }
H1.HeaderClassName
{
color: #124182;
}
.AnyTagClassName
{
color: #124182;
}
</style>
background-color css
<style>
a { background-color: #124182; }
a { background-color: rgb(18,65,130); }
div.DivClassName
{
background-color: #124182;
}
.BgClassName
{
background-color: #124182;
}
</style>
border-color css
<style>
span { border-color: #124182; }
span { border-color: rgb(18,65,130); }
td.TdClassName
{
border-color: #124182;
}
.TagClassName
{
border-color: #124182;
}
</style>