Shades of Dark Cerulean #11496B
Tints of Dark Cerulean #11496B
RGB
CMYK
RGB Variations
Color information
#11496B (or 0x11496B) is known color: Dark Cerulean. HEX triplet: 11, 49 and 6B. RGB value is (17,73,107). Sum of RGB (Red+Green+Blue) = 17+73+107=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #11496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11496B is #EEB694. Grayscale: #3B3B3B. Windows color (decimal): -15644309 or 7031057. OLE color: 7031057.
HSL color Cylindrical-coordinate representation of color #11496B: hue angle of 202.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11496B is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 73 | 107 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.58 |
| HSL | 202.67º | 0.73% | 0.24% | - |
| HSV(B) | 202.67º | 0.84% | 0.42% | - |
| XYZ | 5.27 | 5.95 | 14.78 | - |
| YUV | 60.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 107 | 0.84 | 0.32 | 0 | 0.58 | 202.67 | 0.73 | 0.24 |
| Hex | 11 | 49 | 6B | 54 | 20 | 0 | 3A | CB | 49 | 18 |
| Octal | 21 | 111 | 153 | 124 | 40 | 0 | 72 | 313 | 111 | 30 |
| Binary | 10001 | 1001001 | 1101011 | 1010100 | 100000 | 0 | 111010 | 11001011 | 1001001 | 11000 |
Color Harmonies of #11496B
Complementary color
Monochromatic Colors of #11496B
Black with #11496B
Text Example
Text Example
White with #11496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11496B; }
p { color: rgb(17,73,107); }
H1.HeaderClassName
{
color: #11496B;
}
.AnyTagClassName
{
color: #11496B;
}
</style>
background-color css
<style>
a { background-color: #11496B; }
a { background-color: rgb(17,73,107); }
div.DivClassName
{
background-color: #11496B;
}
.BgClassName
{
background-color: #11496B;
}
</style>
border-color css
<style>
span { border-color: #11496B; }
span { border-color: rgb(17,73,107); }
td.TdClassName
{
border-color: #11496B;
}
.TagClassName
{
border-color: #11496B;
}
</style>