Shades of Dark Cerulean #124084
Tints of Dark Cerulean #124084
RGB
CMYK
RGB Variations
Color information
#124084 (or 0x124084) is known color: Dark Cerulean. HEX triplet: 12, 40 and 84. RGB value is (18,64,132). Sum of RGB (Red+Green+Blue) = 18+64+132=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #124084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124084 is #EDBF7B. Grayscale: #393939. Windows color (decimal): -15581052 or 8667154. OLE color: 8667154.
HSL color Cylindrical-coordinate representation of color #124084: hue angle of 215.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124084 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 64 | 132 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.48 |
| HSL | 215.79º | 0.76% | 0.29% | - |
| HSV(B) | 215.79º | 0.86% | 0.52% | - |
| XYZ | 6.25 | 5.46 | 22.55 | - |
| YUV | 58 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 132 | 0.86 | 0.52 | 0 | 0.48 | 215.79 | 0.76 | 0.29 |
| Hex | 12 | 40 | 84 | 56 | 34 | 0 | 30 | D8 | 4C | 1D |
| Octal | 22 | 100 | 204 | 126 | 64 | 0 | 60 | 330 | 114 | 35 |
| Binary | 10010 | 1000000 | 10000100 | 1010110 | 110100 | 0 | 110000 | 11011000 | 1001100 | 11101 |
Color Harmonies of #124084
Complementary color
Monochromatic Colors of #124084
Black with #124084
Text Example
Text Example
White with #124084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124084; }
p { color: rgb(18,64,132); }
H1.HeaderClassName
{
color: #124084;
}
.AnyTagClassName
{
color: #124084;
}
</style>
background-color css
<style>
a { background-color: #124084; }
a { background-color: rgb(18,64,132); }
div.DivClassName
{
background-color: #124084;
}
.BgClassName
{
background-color: #124084;
}
</style>
border-color css
<style>
span { border-color: #124084; }
span { border-color: rgb(18,64,132); }
td.TdClassName
{
border-color: #124084;
}
.TagClassName
{
border-color: #124084;
}
</style>