Shades of Dark Cerulean #113775
Tints of Dark Cerulean #113775
RGB
CMYK
RGB Variations
Color information
#113775 (or 0x113775) is known color: Dark Cerulean. HEX triplet: 11, 37 and 75. RGB value is (17,55,117). Sum of RGB (Red+Green+Blue) = 17+55+117=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #113775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113775 is #EEC88A. Grayscale: #323232. Windows color (decimal): -15648907 or 7681809. OLE color: 7681809.
HSL color Cylindrical-coordinate representation of color #113775: hue angle of 217.2º 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 #113775 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 55 | 117 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.54 |
| HSL | 217.2º | 0.75% | 0.26% | - |
| HSV(B) | 217.2º | 0.85% | 0.46% | - |
| XYZ | 4.81 | 4.14 | 17.37 | - |
| YUV | 50.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 117 | 0.85 | 0.53 | 0 | 0.54 | 217.2 | 0.75 | 0.26 |
| Hex | 11 | 37 | 75 | 55 | 35 | 0 | 36 | D9 | 4B | 1A |
| Octal | 21 | 67 | 165 | 125 | 65 | 0 | 66 | 331 | 113 | 32 |
| Binary | 10001 | 110111 | 1110101 | 1010101 | 110101 | 0 | 110110 | 11011001 | 1001011 | 11010 |
Color Harmonies of #113775
Complementary color
Monochromatic Colors of #113775
Black with #113775
Text Example
Text Example
White with #113775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113775; }
p { color: rgb(17,55,117); }
H1.HeaderClassName
{
color: #113775;
}
.AnyTagClassName
{
color: #113775;
}
</style>
background-color css
<style>
a { background-color: #113775; }
a { background-color: rgb(17,55,117); }
div.DivClassName
{
background-color: #113775;
}
.BgClassName
{
background-color: #113775;
}
</style>
border-color css
<style>
span { border-color: #113775; }
span { border-color: rgb(17,55,117); }
td.TdClassName
{
border-color: #113775;
}
.TagClassName
{
border-color: #113775;
}
</style>