Shades of Dark Cerulean #124B81
Tints of Dark Cerulean #124B81
RGB
CMYK
RGB Variations
Color information
#124B81 (or 0x124B81) is known color: Dark Cerulean. HEX triplet: 12, 4B and 81. RGB value is (18,75,129). Sum of RGB (Red+Green+Blue) = 18+75+129=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #124B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B81 is #EDB47E. Grayscale: #3F3F3F. Windows color (decimal): -15578239 or 8473362. OLE color: 8473362.
HSL color Cylindrical-coordinate representation of color #124B81: hue angle of 209.19º 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 #124B81 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 75 | 129 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.49 |
| HSL | 209.19º | 0.76% | 0.29% | - |
| HSV(B) | 209.19º | 0.86% | 0.51% | - |
| XYZ | 6.73 | 6.75 | 21.72 | - |
| YUV | 64.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 129 | 0.86 | 0.42 | 0 | 0.49 | 209.19 | 0.76 | 0.29 |
| Hex | 12 | 4B | 81 | 56 | 2A | 0 | 31 | D1 | 4C | 1D |
| Octal | 22 | 113 | 201 | 126 | 52 | 0 | 61 | 321 | 114 | 35 |
| Binary | 10010 | 1001011 | 10000001 | 1010110 | 101010 | 0 | 110001 | 11010001 | 1001100 | 11101 |
Color Harmonies of #124B81
Complementary color
Monochromatic Colors of #124B81
Black with #124B81
Text Example
Text Example
White with #124B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B81; }
p { color: rgb(18,75,129); }
H1.HeaderClassName
{
color: #124B81;
}
.AnyTagClassName
{
color: #124B81;
}
</style>
background-color css
<style>
a { background-color: #124B81; }
a { background-color: rgb(18,75,129); }
div.DivClassName
{
background-color: #124B81;
}
.BgClassName
{
background-color: #124B81;
}
</style>
border-color css
<style>
span { border-color: #124B81; }
span { border-color: rgb(18,75,129); }
td.TdClassName
{
border-color: #124B81;
}
.TagClassName
{
border-color: #124B81;
}
</style>