Shades of Dark Cerulean #114878
Tints of Dark Cerulean #114878
RGB
CMYK
RGB Variations
Color information
#114878 (or 0x114878) is known color: Dark Cerulean. HEX triplet: 11, 48 and 78. RGB value is (17,72,120). Sum of RGB (Red+Green+Blue) = 17+72+120=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #114878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114878 is #EEB787. Grayscale: #3C3C3C. Windows color (decimal): -15644552 or 7882769. OLE color: 7882769.
HSL color Cylindrical-coordinate representation of color #114878: hue angle of 207.96º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114878 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 72 | 120 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.53 |
| HSL | 207.96º | 0.75% | 0.27% | - |
| HSV(B) | 207.96º | 0.86% | 0.47% | - |
| XYZ | 5.94 | 6.11 | 18.64 | - |
| YUV | 61.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 120 | 0.86 | 0.40 | 0 | 0.53 | 207.96 | 0.75 | 0.27 |
| Hex | 11 | 48 | 78 | 56 | 28 | 0 | 35 | D0 | 4B | 1B |
| Octal | 21 | 110 | 170 | 126 | 50 | 0 | 65 | 320 | 113 | 33 |
| Binary | 10001 | 1001000 | 1111000 | 1010110 | 101000 | 0 | 110101 | 11010000 | 1001011 | 11011 |
Color Harmonies of #114878
Complementary color
Monochromatic Colors of #114878
Black with #114878
Text Example
Text Example
White with #114878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114878; }
p { color: rgb(17,72,120); }
H1.HeaderClassName
{
color: #114878;
}
.AnyTagClassName
{
color: #114878;
}
</style>
background-color css
<style>
a { background-color: #114878; }
a { background-color: rgb(17,72,120); }
div.DivClassName
{
background-color: #114878;
}
.BgClassName
{
background-color: #114878;
}
</style>
border-color css
<style>
span { border-color: #114878; }
span { border-color: rgb(17,72,120); }
td.TdClassName
{
border-color: #114878;
}
.TagClassName
{
border-color: #114878;
}
</style>