Shades of Dark Cerulean #124C82
Tints of Dark Cerulean #124C82
RGB
CMYK
RGB Variations
Color information
#124C82 (or 0x124C82) is known color: Dark Cerulean. HEX triplet: 12, 4C and 82. RGB value is (18,76,130). Sum of RGB (Red+Green+Blue) = 18+76+130=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #124C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C82 is #EDB37D. Grayscale: #404040. Windows color (decimal): -15577982 or 8539154. OLE color: 8539154.
HSL color Cylindrical-coordinate representation of color #124C82: hue angle of 208.93º 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 #124C82 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 76 | 130 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.49 |
| HSL | 208.93º | 0.76% | 0.29% | - |
| HSV(B) | 208.93º | 0.86% | 0.51% | - |
| XYZ | 6.86 | 6.91 | 22.09 | - |
| YUV | 64.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 130 | 0.86 | 0.42 | 0 | 0.49 | 208.93 | 0.76 | 0.29 |
| Hex | 12 | 4C | 82 | 56 | 2A | 0 | 31 | D1 | 4C | 1D |
| Octal | 22 | 114 | 202 | 126 | 52 | 0 | 61 | 321 | 114 | 35 |
| Binary | 10010 | 1001100 | 10000010 | 1010110 | 101010 | 0 | 110001 | 11010001 | 1001100 | 11101 |
Color Harmonies of #124C82
Complementary color
Monochromatic Colors of #124C82
Black with #124C82
Text Example
Text Example
White with #124C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C82; }
p { color: rgb(18,76,130); }
H1.HeaderClassName
{
color: #124C82;
}
.AnyTagClassName
{
color: #124C82;
}
</style>
background-color css
<style>
a { background-color: #124C82; }
a { background-color: rgb(18,76,130); }
div.DivClassName
{
background-color: #124C82;
}
.BgClassName
{
background-color: #124C82;
}
</style>
border-color css
<style>
span { border-color: #124C82; }
span { border-color: rgb(18,76,130); }
td.TdClassName
{
border-color: #124C82;
}
.TagClassName
{
border-color: #124C82;
}
</style>