Shades of Dark Cerulean #11387C
Tints of Dark Cerulean #11387C
RGB
CMYK
RGB Variations
Color information
#11387C (or 0x11387C) is known color: Dark Cerulean. HEX triplet: 11, 38 and 7C. RGB value is (17,56,124). Sum of RGB (Red+Green+Blue) = 17+56+124=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #11387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11387C is #EEC783. Grayscale: #333333. Windows color (decimal): -15648644 or 8140817. OLE color: 8140817.
HSL color Cylindrical-coordinate representation of color #11387C: hue angle of 218.13º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11387C is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 56 | 124 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.51 |
| HSL | 218.13º | 0.76% | 0.28% | - |
| HSV(B) | 218.13º | 0.86% | 0.49% | - |
| XYZ | 5.28 | 4.4 | 19.64 | - |
| YUV | 52.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 124 | 0.86 | 0.55 | 0 | 0.51 | 218.13 | 0.76 | 0.28 |
| Hex | 11 | 38 | 7C | 56 | 37 | 0 | 33 | DA | 4C | 1C |
| Octal | 21 | 70 | 174 | 126 | 67 | 0 | 63 | 332 | 114 | 34 |
| Binary | 10001 | 111000 | 1111100 | 1010110 | 110111 | 0 | 110011 | 11011010 | 1001100 | 11100 |
Color Harmonies of #11387C
Complementary color
Monochromatic Colors of #11387C
Black with #11387C
Text Example
Text Example
White with #11387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11387C; }
p { color: rgb(17,56,124); }
H1.HeaderClassName
{
color: #11387C;
}
.AnyTagClassName
{
color: #11387C;
}
</style>
background-color css
<style>
a { background-color: #11387C; }
a { background-color: rgb(17,56,124); }
div.DivClassName
{
background-color: #11387C;
}
.BgClassName
{
background-color: #11387C;
}
</style>
border-color css
<style>
span { border-color: #11387C; }
span { border-color: rgb(17,56,124); }
td.TdClassName
{
border-color: #11387C;
}
.TagClassName
{
border-color: #11387C;
}
</style>