Shades of Dark Cerulean #113D75
Tints of Dark Cerulean #113D75
RGB
CMYK
RGB Variations
Color information
#113D75 (or 0x113D75) is known color: Dark Cerulean. HEX triplet: 11, 3D and 75. RGB value is (17,61,117). Sum of RGB (Red+Green+Blue) = 17+61+117=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #113D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D75 is #EEC28A. Grayscale: #353535. Windows color (decimal): -15647371 or 7683345. OLE color: 7683345.
HSL color Cylindrical-coordinate representation of color #113D75: hue angle of 213.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 #113D75 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 61 | 117 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.54 |
| HSL | 213.6º | 0.75% | 0.26% | - |
| HSV(B) | 213.6º | 0.85% | 0.46% | - |
| XYZ | 5.11 | 4.74 | 17.48 | - |
| YUV | 54.23 | 163.42 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 117 | 0.85 | 0.48 | 0 | 0.54 | 213.6 | 0.75 | 0.26 |
| Hex | 11 | 3D | 75 | 55 | 30 | 0 | 36 | D6 | 4B | 1A |
| Octal | 21 | 75 | 165 | 125 | 60 | 0 | 66 | 326 | 113 | 32 |
| Binary | 10001 | 111101 | 1110101 | 1010101 | 110000 | 0 | 110110 | 11010110 | 1001011 | 11010 |
Color Harmonies of #113D75
Complementary color
Monochromatic Colors of #113D75
Black with #113D75
Text Example
Text Example
White with #113D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D75; }
p { color: rgb(17,61,117); }
H1.HeaderClassName
{
color: #113D75;
}
.AnyTagClassName
{
color: #113D75;
}
</style>
background-color css
<style>
a { background-color: #113D75; }
a { background-color: rgb(17,61,117); }
div.DivClassName
{
background-color: #113D75;
}
.BgClassName
{
background-color: #113D75;
}
</style>
border-color css
<style>
span { border-color: #113D75; }
span { border-color: rgb(17,61,117); }
td.TdClassName
{
border-color: #113D75;
}
.TagClassName
{
border-color: #113D75;
}
</style>