Shades of Dark Cerulean #113875
Tints of Dark Cerulean #113875
RGB
CMYK
RGB Variations
Color information
#113875 (or 0x113875) is known color: Dark Cerulean. HEX triplet: 11, 38 and 75. RGB value is (17,56,117). Sum of RGB (Red+Green+Blue) = 17+56+117=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #113875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113875 is #EEC78A. Grayscale: #333333. Windows color (decimal): -15648651 or 7682065. OLE color: 7682065.
HSL color Cylindrical-coordinate representation of color #113875: hue angle of 216.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113875 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 56 | 117 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.54 |
| HSL | 216.6º | 0.75% | 0.26% | - |
| HSV(B) | 216.6º | 0.85% | 0.46% | - |
| XYZ | 4.86 | 4.23 | 17.39 | - |
| YUV | 51.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 117 | 0.85 | 0.52 | 0 | 0.54 | 216.6 | 0.75 | 0.26 |
| Hex | 11 | 38 | 75 | 55 | 34 | 0 | 36 | D9 | 4B | 1A |
| Octal | 21 | 70 | 165 | 125 | 64 | 0 | 66 | 331 | 113 | 32 |
| Binary | 10001 | 111000 | 1110101 | 1010101 | 110100 | 0 | 110110 | 11011001 | 1001011 | 11010 |
Color Harmonies of #113875
Complementary color
Monochromatic Colors of #113875
Black with #113875
Text Example
Text Example
White with #113875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113875; }
p { color: rgb(17,56,117); }
H1.HeaderClassName
{
color: #113875;
}
.AnyTagClassName
{
color: #113875;
}
</style>
background-color css
<style>
a { background-color: #113875; }
a { background-color: rgb(17,56,117); }
div.DivClassName
{
background-color: #113875;
}
.BgClassName
{
background-color: #113875;
}
</style>
border-color css
<style>
span { border-color: #113875; }
span { border-color: rgb(17,56,117); }
td.TdClassName
{
border-color: #113875;
}
.TagClassName
{
border-color: #113875;
}
</style>