Shades of Dark Cerulean #115279
Tints of Dark Cerulean #115279
RGB
CMYK
RGB Variations
Color information
#115279 (or 0x115279) is known color: Dark Cerulean. HEX triplet: 11, 52 and 79. RGB value is (17,82,121). Sum of RGB (Red+Green+Blue) = 17+82+121=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #115279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115279 is #EEAD86. Grayscale: #424242. Windows color (decimal): -15641991 or 7950865. OLE color: 7950865.
HSL color Cylindrical-coordinate representation of color #115279: hue angle of 202.5º 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 #115279 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 82 | 121 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.53 |
| HSL | 202.5º | 0.75% | 0.27% | - |
| HSV(B) | 202.5º | 0.86% | 0.47% | - |
| XYZ | 6.7 | 7.53 | 19.19 | - |
| YUV | 67.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 121 | 0.86 | 0.32 | 0 | 0.53 | 202.5 | 0.75 | 0.27 |
| Hex | 11 | 52 | 79 | 56 | 20 | 0 | 35 | CA | 4B | 1B |
| Octal | 21 | 122 | 171 | 126 | 40 | 0 | 65 | 312 | 113 | 33 |
| Binary | 10001 | 1010010 | 1111001 | 1010110 | 100000 | 0 | 110101 | 11001010 | 1001011 | 11011 |
Color Harmonies of #115279
Complementary color
Monochromatic Colors of #115279
Black with #115279
Text Example
Text Example
White with #115279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115279; }
p { color: rgb(17,82,121); }
H1.HeaderClassName
{
color: #115279;
}
.AnyTagClassName
{
color: #115279;
}
</style>
background-color css
<style>
a { background-color: #115279; }
a { background-color: rgb(17,82,121); }
div.DivClassName
{
background-color: #115279;
}
.BgClassName
{
background-color: #115279;
}
</style>
border-color css
<style>
span { border-color: #115279; }
span { border-color: rgb(17,82,121); }
td.TdClassName
{
border-color: #115279;
}
.TagClassName
{
border-color: #115279;
}
</style>