Shades of Dark Cerulean #124B77
Tints of Dark Cerulean #124B77
RGB
CMYK
RGB Variations
Color information
#124B77 (or 0x124B77) is known color: Dark Cerulean. HEX triplet: 12, 4B and 77. RGB value is (18,75,119). Sum of RGB (Red+Green+Blue) = 18+75+119=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #124B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B77 is #EDB488. Grayscale: #3E3E3E. Windows color (decimal): -15578249 or 7818002. OLE color: 7818002.
HSL color Cylindrical-coordinate representation of color #124B77: hue angle of 206.14º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124B77 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 75 | 119 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.53 |
| HSL | 206.14º | 0.74% | 0.27% | - |
| HSV(B) | 206.14º | 0.85% | 0.47% | - |
| XYZ | 6.1 | 6.49 | 18.38 | - |
| YUV | 62.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 119 | 0.85 | 0.37 | 0 | 0.53 | 206.14 | 0.74 | 0.27 |
| Hex | 12 | 4B | 77 | 55 | 25 | 0 | 35 | CE | 4A | 1B |
| Octal | 22 | 113 | 167 | 125 | 45 | 0 | 65 | 316 | 112 | 33 |
| Binary | 10010 | 1001011 | 1110111 | 1010101 | 100101 | 0 | 110101 | 11001110 | 1001010 | 11011 |
Color Harmonies of #124B77
Complementary color
Monochromatic Colors of #124B77
Black with #124B77
Text Example
Text Example
White with #124B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B77; }
p { color: rgb(18,75,119); }
H1.HeaderClassName
{
color: #124B77;
}
.AnyTagClassName
{
color: #124B77;
}
</style>
background-color css
<style>
a { background-color: #124B77; }
a { background-color: rgb(18,75,119); }
div.DivClassName
{
background-color: #124B77;
}
.BgClassName
{
background-color: #124B77;
}
</style>
border-color css
<style>
span { border-color: #124B77; }
span { border-color: rgb(18,75,119); }
td.TdClassName
{
border-color: #124B77;
}
.TagClassName
{
border-color: #124B77;
}
</style>