Shades of Dark Cerulean #124B6E
Tints of Dark Cerulean #124B6E
RGB
CMYK
RGB Variations
Color information
#124B6E (or 0x124B6E) is known color: Dark Cerulean. HEX triplet: 12, 4B and 6E. RGB value is (18,75,110). Sum of RGB (Red+Green+Blue) = 18+75+110=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #124B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B6E is #EDB491. Grayscale: #3D3D3D. Windows color (decimal): -15578258 or 7228178. OLE color: 7228178.
HSL color Cylindrical-coordinate representation of color #124B6E: hue angle of 202.83º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124B6E is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 75 | 110 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.57 |
| HSL | 202.83º | 0.72% | 0.25% | - |
| HSV(B) | 202.83º | 0.84% | 0.43% | - |
| XYZ | 5.58 | 6.29 | 15.67 | - |
| YUV | 61.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 110 | 0.84 | 0.32 | 0 | 0.57 | 202.83 | 0.72 | 0.25 |
| Hex | 12 | 4B | 6E | 54 | 20 | 0 | 39 | CB | 48 | 19 |
| Octal | 22 | 113 | 156 | 124 | 40 | 0 | 71 | 313 | 110 | 31 |
| Binary | 10010 | 1001011 | 1101110 | 1010100 | 100000 | 0 | 111001 | 11001011 | 1001000 | 11001 |
Color Harmonies of #124B6E
Complementary color
Monochromatic Colors of #124B6E
Black with #124B6E
Text Example
Text Example
White with #124B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B6E; }
p { color: rgb(18,75,110); }
H1.HeaderClassName
{
color: #124B6E;
}
.AnyTagClassName
{
color: #124B6E;
}
</style>
background-color css
<style>
a { background-color: #124B6E; }
a { background-color: rgb(18,75,110); }
div.DivClassName
{
background-color: #124B6E;
}
.BgClassName
{
background-color: #124B6E;
}
</style>
border-color css
<style>
span { border-color: #124B6E; }
span { border-color: rgb(18,75,110); }
td.TdClassName
{
border-color: #124B6E;
}
.TagClassName
{
border-color: #124B6E;
}
</style>