Shades of Dark Cerulean #115078
Tints of Dark Cerulean #115078
RGB
CMYK
RGB Variations
Color information
#115078 (or 0x115078) is known color: Dark Cerulean. HEX triplet: 11, 50 and 78. RGB value is (17,80,120). Sum of RGB (Red+Green+Blue) = 17+80+120=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #115078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115078 is #EEAF87. Grayscale: #414141. Windows color (decimal): -15642504 or 7884817. OLE color: 7884817.
HSL color Cylindrical-coordinate representation of color #115078: hue angle of 203.3º 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 #115078 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 80 | 120 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.53 |
| HSL | 203.3º | 0.75% | 0.27% | - |
| HSV(B) | 203.3º | 0.86% | 0.47% | - |
| XYZ | 6.49 | 7.21 | 18.82 | - |
| YUV | 65.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 120 | 0.86 | 0.33 | 0 | 0.53 | 203.3 | 0.75 | 0.27 |
| Hex | 11 | 50 | 78 | 56 | 21 | 0 | 35 | CB | 4B | 1B |
| Octal | 21 | 120 | 170 | 126 | 41 | 0 | 65 | 313 | 113 | 33 |
| Binary | 10001 | 1010000 | 1111000 | 1010110 | 100001 | 0 | 110101 | 11001011 | 1001011 | 11011 |
Color Harmonies of #115078
Complementary color
Monochromatic Colors of #115078
Black with #115078
Text Example
Text Example
White with #115078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115078; }
p { color: rgb(17,80,120); }
H1.HeaderClassName
{
color: #115078;
}
.AnyTagClassName
{
color: #115078;
}
</style>
background-color css
<style>
a { background-color: #115078; }
a { background-color: rgb(17,80,120); }
div.DivClassName
{
background-color: #115078;
}
.BgClassName
{
background-color: #115078;
}
</style>
border-color css
<style>
span { border-color: #115078; }
span { border-color: rgb(17,80,120); }
td.TdClassName
{
border-color: #115078;
}
.TagClassName
{
border-color: #115078;
}
</style>