Shades of Dark Cerulean #124385
Tints of Dark Cerulean #124385
RGB
CMYK
RGB Variations
Color information
#124385 (or 0x124385) is known color: Dark Cerulean. HEX triplet: 12, 43 and 85. RGB value is (18,67,133). Sum of RGB (Red+Green+Blue) = 18+67+133=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #124385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124385 is #EDBC7A. Grayscale: #3B3B3B. Windows color (decimal): -15580283 or 8733458. OLE color: 8733458.
HSL color Cylindrical-coordinate representation of color #124385: hue angle of 214.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124385 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 67 | 133 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.48 |
| HSL | 214.43º | 0.76% | 0.3% | - |
| HSV(B) | 214.43º | 0.86% | 0.52% | - |
| XYZ | 6.49 | 5.84 | 22.97 | - |
| YUV | 59.87 | 169.27 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 133 | 0.86 | 0.50 | 0 | 0.48 | 214.43 | 0.76 | 0.3 |
| Hex | 12 | 43 | 85 | 56 | 32 | 0 | 30 | D6 | 4C | 1E |
| Octal | 22 | 103 | 205 | 126 | 62 | 0 | 60 | 326 | 114 | 36 |
| Binary | 10010 | 1000011 | 10000101 | 1010110 | 110010 | 0 | 110000 | 11010110 | 1001100 | 11110 |
Color Harmonies of #124385
Complementary color
Monochromatic Colors of #124385
Black with #124385
Text Example
Text Example
White with #124385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124385; }
p { color: rgb(18,67,133); }
H1.HeaderClassName
{
color: #124385;
}
.AnyTagClassName
{
color: #124385;
}
</style>
background-color css
<style>
a { background-color: #124385; }
a { background-color: rgb(18,67,133); }
div.DivClassName
{
background-color: #124385;
}
.BgClassName
{
background-color: #124385;
}
</style>
border-color css
<style>
span { border-color: #124385; }
span { border-color: rgb(18,67,133); }
td.TdClassName
{
border-color: #124385;
}
.TagClassName
{
border-color: #124385;
}
</style>