Shades of Dark Cerulean #115090
Tints of Dark Cerulean #115090
RGB
CMYK
RGB Variations
Color information
#115090 (or 0x115090) is known color: Dark Cerulean. HEX triplet: 11, 50 and 90. RGB value is (17,80,144). Sum of RGB (Red+Green+Blue) = 17+80+144=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #115090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115090 is #EEAF6F. Grayscale: #444444. Windows color (decimal): -15642480 or 9457681. OLE color: 9457681.
HSL color Cylindrical-coordinate representation of color #115090: hue angle of 210.24º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115090 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 80 | 144 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.44 |
| HSL | 210.24º | 0.79% | 0.32% | - |
| HSV(B) | 210.24º | 0.88% | 0.56% | - |
| XYZ | 8.13 | 7.87 | 27.48 | - |
| YUV | 68.46 | 170.63 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 144 | 0.88 | 0.44 | 0 | 0.44 | 210.24 | 0.79 | 0.32 |
| Hex | 11 | 50 | 90 | 58 | 2C | 0 | 2C | D2 | 4F | 20 |
| Octal | 21 | 120 | 220 | 130 | 54 | 0 | 54 | 322 | 117 | 40 |
| Binary | 10001 | 1010000 | 10010000 | 1011000 | 101100 | 0 | 101100 | 11010010 | 1001111 | 100000 |
Color Harmonies of #115090
Complementary color
Monochromatic Colors of #115090
Black with #115090
Text Example
Text Example
White with #115090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115090; }
p { color: rgb(17,80,144); }
H1.HeaderClassName
{
color: #115090;
}
.AnyTagClassName
{
color: #115090;
}
</style>
background-color css
<style>
a { background-color: #115090; }
a { background-color: rgb(17,80,144); }
div.DivClassName
{
background-color: #115090;
}
.BgClassName
{
background-color: #115090;
}
</style>
border-color css
<style>
span { border-color: #115090; }
span { border-color: rgb(17,80,144); }
td.TdClassName
{
border-color: #115090;
}
.TagClassName
{
border-color: #115090;
}
</style>