Shades of Dark Cerulean #113D88
Tints of Dark Cerulean #113D88
RGB
CMYK
RGB Variations
Color information
#113D88 (or 0x113D88) is known color: Dark Cerulean. HEX triplet: 11, 3D and 88. RGB value is (17,61,136). Sum of RGB (Red+Green+Blue) = 17+61+136=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #113D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D88 is #EEC277. Grayscale: #383838. Windows color (decimal): -15647352 or 8928529. OLE color: 8928529.
HSL color Cylindrical-coordinate representation of color #113D88: hue angle of 217.82º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113D88 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 61 | 136 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.47 |
| HSL | 217.82º | 0.78% | 0.3% | - |
| HSV(B) | 217.82º | 0.88% | 0.53% | - |
| XYZ | 6.34 | 5.23 | 23.97 | - |
| YUV | 56.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 136 | 0.87 | 0.55 | 0 | 0.47 | 217.82 | 0.78 | 0.3 |
| Hex | 11 | 3D | 88 | 57 | 37 | 0 | 2F | DA | 4E | 1E |
| Octal | 21 | 75 | 210 | 127 | 67 | 0 | 57 | 332 | 116 | 36 |
| Binary | 10001 | 111101 | 10001000 | 1010111 | 110111 | 0 | 101111 | 11011010 | 1001110 | 11110 |
Color Harmonies of #113D88
Complementary color
Monochromatic Colors of #113D88
Black with #113D88
Text Example
Text Example
White with #113D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D88; }
p { color: rgb(17,61,136); }
H1.HeaderClassName
{
color: #113D88;
}
.AnyTagClassName
{
color: #113D88;
}
</style>
background-color css
<style>
a { background-color: #113D88; }
a { background-color: rgb(17,61,136); }
div.DivClassName
{
background-color: #113D88;
}
.BgClassName
{
background-color: #113D88;
}
</style>
border-color css
<style>
span { border-color: #113D88; }
span { border-color: rgb(17,61,136); }
td.TdClassName
{
border-color: #113D88;
}
.TagClassName
{
border-color: #113D88;
}
</style>