Shades of Dark Cerulean #115277
Tints of Dark Cerulean #115277
RGB
CMYK
RGB Variations
Color information
#115277 (or 0x115277) is known color: Dark Cerulean. HEX triplet: 11, 52 and 77. RGB value is (17,82,119). Sum of RGB (Red+Green+Blue) = 17+82+119=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #115277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115277 is #EEAD88. Grayscale: #424242. Windows color (decimal): -15641993 or 7819793. OLE color: 7819793.
HSL color Cylindrical-coordinate representation of color #115277: hue angle of 201.76º 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 #115277 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 82 | 119 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.53 |
| HSL | 201.76º | 0.75% | 0.27% | - |
| HSV(B) | 201.76º | 0.86% | 0.47% | - |
| XYZ | 6.58 | 7.49 | 18.55 | - |
| YUV | 66.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 119 | 0.86 | 0.31 | 0 | 0.53 | 201.76 | 0.75 | 0.27 |
| Hex | 11 | 52 | 77 | 56 | 1F | 0 | 35 | CA | 4B | 1B |
| Octal | 21 | 122 | 167 | 126 | 37 | 0 | 65 | 312 | 113 | 33 |
| Binary | 10001 | 1010010 | 1110111 | 1010110 | 11111 | 0 | 110101 | 11001010 | 1001011 | 11011 |
Color Harmonies of #115277
Complementary color
Monochromatic Colors of #115277
Black with #115277
Text Example
Text Example
White with #115277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115277; }
p { color: rgb(17,82,119); }
H1.HeaderClassName
{
color: #115277;
}
.AnyTagClassName
{
color: #115277;
}
</style>
background-color css
<style>
a { background-color: #115277; }
a { background-color: rgb(17,82,119); }
div.DivClassName
{
background-color: #115277;
}
.BgClassName
{
background-color: #115277;
}
</style>
border-color css
<style>
span { border-color: #115277; }
span { border-color: rgb(17,82,119); }
td.TdClassName
{
border-color: #115277;
}
.TagClassName
{
border-color: #115277;
}
</style>