Shades of Dark Cerulean #11377A
Tints of Dark Cerulean #11377A
RGB
CMYK
RGB Variations
Color information
#11377A (or 0x11377A) is known color: Dark Cerulean. HEX triplet: 11, 37 and 7A. RGB value is (17,55,122). Sum of RGB (Red+Green+Blue) = 17+55+122=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #11377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11377A is #EEC885. Grayscale: #323232. Windows color (decimal): -15648902 or 8009489. OLE color: 8009489.
HSL color Cylindrical-coordinate representation of color #11377A: hue angle of 218.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11377A is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 55 | 122 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.52 |
| HSL | 218.29º | 0.76% | 0.27% | - |
| HSV(B) | 218.29º | 0.86% | 0.48% | - |
| XYZ | 5.11 | 4.26 | 18.96 | - |
| YUV | 51.28 | 167.91 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 122 | 0.86 | 0.55 | 0 | 0.52 | 218.29 | 0.76 | 0.27 |
| Hex | 11 | 37 | 7A | 56 | 37 | 0 | 34 | DA | 4C | 1B |
| Octal | 21 | 67 | 172 | 126 | 67 | 0 | 64 | 332 | 114 | 33 |
| Binary | 10001 | 110111 | 1111010 | 1010110 | 110111 | 0 | 110100 | 11011010 | 1001100 | 11011 |
Color Harmonies of #11377A
Complementary color
Monochromatic Colors of #11377A
Black with #11377A
Text Example
Text Example
White with #11377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11377A; }
p { color: rgb(17,55,122); }
H1.HeaderClassName
{
color: #11377A;
}
.AnyTagClassName
{
color: #11377A;
}
</style>
background-color css
<style>
a { background-color: #11377A; }
a { background-color: rgb(17,55,122); }
div.DivClassName
{
background-color: #11377A;
}
.BgClassName
{
background-color: #11377A;
}
</style>
border-color css
<style>
span { border-color: #11377A; }
span { border-color: rgb(17,55,122); }
td.TdClassName
{
border-color: #11377A;
}
.TagClassName
{
border-color: #11377A;
}
</style>