Shades of Dark Cerulean #113677
Tints of Dark Cerulean #113677
RGB
CMYK
RGB Variations
Color information
#113677 (or 0x113677) is known color: Dark Cerulean. HEX triplet: 11, 36 and 77. RGB value is (17,54,119). Sum of RGB (Red+Green+Blue) = 17+54+119=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #113677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113677 is #EEC988. Grayscale: #323232. Windows color (decimal): -15649161 or 7812625. OLE color: 7812625.
HSL color Cylindrical-coordinate representation of color #113677: hue angle of 218.24º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113677 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 54 | 119 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.53 |
| HSL | 218.24º | 0.75% | 0.27% | - |
| HSV(B) | 218.24º | 0.86% | 0.47% | - |
| XYZ | 4.88 | 4.09 | 17.98 | - |
| YUV | 50.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 119 | 0.86 | 0.55 | 0 | 0.53 | 218.24 | 0.75 | 0.27 |
| Hex | 11 | 36 | 77 | 56 | 37 | 0 | 35 | DA | 4B | 1B |
| Octal | 21 | 66 | 167 | 126 | 67 | 0 | 65 | 332 | 113 | 33 |
| Binary | 10001 | 110110 | 1110111 | 1010110 | 110111 | 0 | 110101 | 11011010 | 1001011 | 11011 |
Color Harmonies of #113677
Complementary color
Monochromatic Colors of #113677
Black with #113677
Text Example
Text Example
White with #113677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113677; }
p { color: rgb(17,54,119); }
H1.HeaderClassName
{
color: #113677;
}
.AnyTagClassName
{
color: #113677;
}
</style>
background-color css
<style>
a { background-color: #113677; }
a { background-color: rgb(17,54,119); }
div.DivClassName
{
background-color: #113677;
}
.BgClassName
{
background-color: #113677;
}
</style>
border-color css
<style>
span { border-color: #113677; }
span { border-color: rgb(17,54,119); }
td.TdClassName
{
border-color: #113677;
}
.TagClassName
{
border-color: #113677;
}
</style>