Shades of Dark Cerulean #115384
Tints of Dark Cerulean #115384
RGB
CMYK
RGB Variations
Color information
#115384 (or 0x115384) is known color: Dark Cerulean. HEX triplet: 11, 53 and 84. RGB value is (17,83,132). Sum of RGB (Red+Green+Blue) = 17+83+132=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #115384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115384 is #EEAC7B. Grayscale: #444444. Windows color (decimal): -15641724 or 8672017. OLE color: 8672017.
HSL color Cylindrical-coordinate representation of color #115384: hue angle of 205.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115384 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 83 | 132 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.48 |
| HSL | 205.57º | 0.77% | 0.29% | - |
| HSV(B) | 205.57º | 0.87% | 0.52% | - |
| XYZ | 7.49 | 7.97 | 22.97 | - |
| YUV | 68.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 132 | 0.87 | 0.37 | 0 | 0.48 | 205.57 | 0.77 | 0.29 |
| Hex | 11 | 53 | 84 | 57 | 25 | 0 | 30 | CE | 4D | 1D |
| Octal | 21 | 123 | 204 | 127 | 45 | 0 | 60 | 316 | 115 | 35 |
| Binary | 10001 | 1010011 | 10000100 | 1010111 | 100101 | 0 | 110000 | 11001110 | 1001101 | 11101 |
Color Harmonies of #115384
Complementary color
Monochromatic Colors of #115384
Black with #115384
Text Example
Text Example
White with #115384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115384; }
p { color: rgb(17,83,132); }
H1.HeaderClassName
{
color: #115384;
}
.AnyTagClassName
{
color: #115384;
}
</style>
background-color css
<style>
a { background-color: #115384; }
a { background-color: rgb(17,83,132); }
div.DivClassName
{
background-color: #115384;
}
.BgClassName
{
background-color: #115384;
}
</style>
border-color css
<style>
span { border-color: #115384; }
span { border-color: rgb(17,83,132); }
td.TdClassName
{
border-color: #115384;
}
.TagClassName
{
border-color: #115384;
}
</style>