Shades of Dark Cerulean #113181
Tints of Dark Cerulean #113181
RGB
CMYK
RGB Variations
Color information
#113181 (or 0x113181) is known color: Dark Cerulean. HEX triplet: 11, 31 and 81. RGB value is (17,49,129). Sum of RGB (Red+Green+Blue) = 17+49+129=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #113181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113181 is #EECE7E. Grayscale: #303030. Windows color (decimal): -15650431 or 8466705. OLE color: 8466705.
HSL color Cylindrical-coordinate representation of color #113181: hue angle of 222.86º 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 #113181 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 49 | 129 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.49 |
| HSL | 222.86º | 0.77% | 0.29% | - |
| HSV(B) | 222.86º | 0.87% | 0.51% | - |
| XYZ | 5.29 | 3.9 | 21.24 | - |
| YUV | 48.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 129 | 0.87 | 0.62 | 0 | 0.49 | 222.86 | 0.77 | 0.29 |
| Hex | 11 | 31 | 81 | 57 | 3E | 0 | 31 | DF | 4D | 1D |
| Octal | 21 | 61 | 201 | 127 | 76 | 0 | 61 | 337 | 115 | 35 |
| Binary | 10001 | 110001 | 10000001 | 1010111 | 111110 | 0 | 110001 | 11011111 | 1001101 | 11101 |
Color Harmonies of #113181
Complementary color
Monochromatic Colors of #113181
Black with #113181
Text Example
Text Example
White with #113181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113181; }
p { color: rgb(17,49,129); }
H1.HeaderClassName
{
color: #113181;
}
.AnyTagClassName
{
color: #113181;
}
</style>
background-color css
<style>
a { background-color: #113181; }
a { background-color: rgb(17,49,129); }
div.DivClassName
{
background-color: #113181;
}
.BgClassName
{
background-color: #113181;
}
</style>
border-color css
<style>
span { border-color: #113181; }
span { border-color: rgb(17,49,129); }
td.TdClassName
{
border-color: #113181;
}
.TagClassName
{
border-color: #113181;
}
</style>