Shades of Dark Cerulean #124283
Tints of Dark Cerulean #124283
RGB
CMYK
RGB Variations
Color information
#124283 (or 0x124283) is known color: Dark Cerulean. HEX triplet: 12, 42 and 83. RGB value is (18,66,131). Sum of RGB (Red+Green+Blue) = 18+66+131=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #124283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124283 is #EDBD7C. Grayscale: #3A3A3A. Windows color (decimal): -15580541 or 8602130. OLE color: 8602130.
HSL color Cylindrical-coordinate representation of color #124283: hue angle of 214.51º 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 #124283 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 66 | 131 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.49 |
| HSL | 214.51º | 0.76% | 0.29% | - |
| HSV(B) | 214.51º | 0.86% | 0.51% | - |
| XYZ | 6.29 | 5.66 | 22.23 | - |
| YUV | 59.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 131 | 0.86 | 0.50 | 0 | 0.49 | 214.51 | 0.76 | 0.29 |
| Hex | 12 | 42 | 83 | 56 | 32 | 0 | 31 | D7 | 4C | 1D |
| Octal | 22 | 102 | 203 | 126 | 62 | 0 | 61 | 327 | 114 | 35 |
| Binary | 10010 | 1000010 | 10000011 | 1010110 | 110010 | 0 | 110001 | 11010111 | 1001100 | 11101 |
Color Harmonies of #124283
Complementary color
Monochromatic Colors of #124283
Black with #124283
Text Example
Text Example
White with #124283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124283; }
p { color: rgb(18,66,131); }
H1.HeaderClassName
{
color: #124283;
}
.AnyTagClassName
{
color: #124283;
}
</style>
background-color css
<style>
a { background-color: #124283; }
a { background-color: rgb(18,66,131); }
div.DivClassName
{
background-color: #124283;
}
.BgClassName
{
background-color: #124283;
}
</style>
border-color css
<style>
span { border-color: #124283; }
span { border-color: rgb(18,66,131); }
td.TdClassName
{
border-color: #124283;
}
.TagClassName
{
border-color: #124283;
}
</style>