Shades of Dark Cerulean #115282
Tints of Dark Cerulean #115282
RGB
CMYK
RGB Variations
Color information
#115282 (or 0x115282) is known color: Dark Cerulean. HEX triplet: 11, 52 and 82. RGB value is (17,82,130). Sum of RGB (Red+Green+Blue) = 17+82+130=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #115282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115282 is #EEAD7D. Grayscale: #434343. Windows color (decimal): -15641982 or 8540689. OLE color: 8540689.
HSL color Cylindrical-coordinate representation of color #115282: hue angle of 205.49º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115282 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 82 | 130 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.49 |
| HSL | 205.49º | 0.77% | 0.29% | - |
| HSV(B) | 205.49º | 0.87% | 0.51% | - |
| XYZ | 7.28 | 7.77 | 22.23 | - |
| YUV | 68.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 130 | 0.87 | 0.37 | 0 | 0.49 | 205.49 | 0.77 | 0.29 |
| Hex | 11 | 52 | 82 | 57 | 25 | 0 | 31 | CD | 4D | 1D |
| Octal | 21 | 122 | 202 | 127 | 45 | 0 | 61 | 315 | 115 | 35 |
| Binary | 10001 | 1010010 | 10000010 | 1010111 | 100101 | 0 | 110001 | 11001101 | 1001101 | 11101 |
Color Harmonies of #115282
Complementary color
Monochromatic Colors of #115282
Black with #115282
Text Example
Text Example
White with #115282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115282; }
p { color: rgb(17,82,130); }
H1.HeaderClassName
{
color: #115282;
}
.AnyTagClassName
{
color: #115282;
}
</style>
background-color css
<style>
a { background-color: #115282; }
a { background-color: rgb(17,82,130); }
div.DivClassName
{
background-color: #115282;
}
.BgClassName
{
background-color: #115282;
}
</style>
border-color css
<style>
span { border-color: #115282; }
span { border-color: rgb(17,82,130); }
td.TdClassName
{
border-color: #115282;
}
.TagClassName
{
border-color: #115282;
}
</style>