Shades of Dark Cerulean #115073
Tints of Dark Cerulean #115073
RGB
CMYK
RGB Variations
Color information
#115073 (or 0x115073) is known color: Dark Cerulean. HEX triplet: 11, 50 and 73. RGB value is (17,80,115). Sum of RGB (Red+Green+Blue) = 17+80+115=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #115073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115073 is #EEAF8C. Grayscale: #404040. Windows color (decimal): -15642509 or 7557137. OLE color: 7557137.
HSL color Cylindrical-coordinate representation of color #115073: hue angle of 201.43º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115073 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 80 | 115 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.55 |
| HSL | 201.43º | 0.74% | 0.26% | - |
| HSV(B) | 201.43º | 0.85% | 0.45% | - |
| XYZ | 6.19 | 7.09 | 17.26 | - |
| YUV | 65.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 115 | 0.85 | 0.30 | 0 | 0.55 | 201.43 | 0.74 | 0.26 |
| Hex | 11 | 50 | 73 | 55 | 1E | 0 | 37 | C9 | 4A | 1A |
| Octal | 21 | 120 | 163 | 125 | 36 | 0 | 67 | 311 | 112 | 32 |
| Binary | 10001 | 1010000 | 1110011 | 1010101 | 11110 | 0 | 110111 | 11001001 | 1001010 | 11010 |
Color Harmonies of #115073
Complementary color
Monochromatic Colors of #115073
Black with #115073
Text Example
Text Example
White with #115073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115073; }
p { color: rgb(17,80,115); }
H1.HeaderClassName
{
color: #115073;
}
.AnyTagClassName
{
color: #115073;
}
</style>
background-color css
<style>
a { background-color: #115073; }
a { background-color: rgb(17,80,115); }
div.DivClassName
{
background-color: #115073;
}
.BgClassName
{
background-color: #115073;
}
</style>
border-color css
<style>
span { border-color: #115073; }
span { border-color: rgb(17,80,115); }
td.TdClassName
{
border-color: #115073;
}
.TagClassName
{
border-color: #115073;
}
</style>