Shades of Dark Cerulean #124383
Tints of Dark Cerulean #124383
RGB
CMYK
RGB Variations
Color information
#124383 (or 0x124383) is known color: Dark Cerulean. HEX triplet: 12, 43 and 83. RGB value is (18,67,131). Sum of RGB (Red+Green+Blue) = 18+67+131=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #124383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124383 is #EDBC7C. Grayscale: #3B3B3B. Windows color (decimal): -15580285 or 8602386. OLE color: 8602386.
HSL color Cylindrical-coordinate representation of color #124383: hue angle of 213.98º 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 #124383 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 67 | 131 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.49 |
| HSL | 213.98º | 0.76% | 0.29% | - |
| HSV(B) | 213.98º | 0.86% | 0.51% | - |
| XYZ | 6.35 | 5.78 | 22.25 | - |
| YUV | 59.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 131 | 0.86 | 0.49 | 0 | 0.49 | 213.98 | 0.76 | 0.29 |
| Hex | 12 | 43 | 83 | 56 | 31 | 0 | 31 | D6 | 4C | 1D |
| Octal | 22 | 103 | 203 | 126 | 61 | 0 | 61 | 326 | 114 | 35 |
| Binary | 10010 | 1000011 | 10000011 | 1010110 | 110001 | 0 | 110001 | 11010110 | 1001100 | 11101 |
Color Harmonies of #124383
Complementary color
Monochromatic Colors of #124383
Black with #124383
Text Example
Text Example
White with #124383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124383; }
p { color: rgb(18,67,131); }
H1.HeaderClassName
{
color: #124383;
}
.AnyTagClassName
{
color: #124383;
}
</style>
background-color css
<style>
a { background-color: #124383; }
a { background-color: rgb(18,67,131); }
div.DivClassName
{
background-color: #124383;
}
.BgClassName
{
background-color: #124383;
}
</style>
border-color css
<style>
span { border-color: #124383; }
span { border-color: rgb(18,67,131); }
td.TdClassName
{
border-color: #124383;
}
.TagClassName
{
border-color: #124383;
}
</style>