Shades of Dark Cerulean #124A83
Tints of Dark Cerulean #124A83
RGB
CMYK
RGB Variations
Color information
#124A83 (or 0x124A83) is known color: Dark Cerulean. HEX triplet: 12, 4A and 83. RGB value is (18,74,131). Sum of RGB (Red+Green+Blue) = 18+74+131=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #124A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A83 is #EDB57C. Grayscale: #3F3F3F. Windows color (decimal): -15578493 or 8604178. OLE color: 8604178.
HSL color Cylindrical-coordinate representation of color #124A83: hue angle of 210.27º 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 #124A83 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 74 | 131 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.49 |
| HSL | 210.27º | 0.76% | 0.29% | - |
| HSV(B) | 210.27º | 0.86% | 0.51% | - |
| XYZ | 6.79 | 6.66 | 22.4 | - |
| YUV | 63.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 131 | 0.86 | 0.44 | 0 | 0.49 | 210.27 | 0.76 | 0.29 |
| Hex | 12 | 4A | 83 | 56 | 2C | 0 | 31 | D2 | 4C | 1D |
| Octal | 22 | 112 | 203 | 126 | 54 | 0 | 61 | 322 | 114 | 35 |
| Binary | 10010 | 1001010 | 10000011 | 1010110 | 101100 | 0 | 110001 | 11010010 | 1001100 | 11101 |
Color Harmonies of #124A83
Complementary color
Monochromatic Colors of #124A83
Black with #124A83
Text Example
Text Example
White with #124A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A83; }
p { color: rgb(18,74,131); }
H1.HeaderClassName
{
color: #124A83;
}
.AnyTagClassName
{
color: #124A83;
}
</style>
background-color css
<style>
a { background-color: #124A83; }
a { background-color: rgb(18,74,131); }
div.DivClassName
{
background-color: #124A83;
}
.BgClassName
{
background-color: #124A83;
}
</style>
border-color css
<style>
span { border-color: #124A83; }
span { border-color: rgb(18,74,131); }
td.TdClassName
{
border-color: #124A83;
}
.TagClassName
{
border-color: #124A83;
}
</style>