Shades of Dark Cerulean #114C93
Tints of Dark Cerulean #114C93
RGB
CMYK
RGB Variations
Color information
#114C93 (or 0x114C93) is known color: Dark Cerulean. HEX triplet: 11, 4C and 93. RGB value is (17,76,147). Sum of RGB (Red+Green+Blue) = 17+76+147=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #114C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C93 is #EEB36C. Grayscale: #424242. Windows color (decimal): -15643501 or 9653265. OLE color: 9653265.
HSL color Cylindrical-coordinate representation of color #114C93: hue angle of 212.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114C93 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 76 | 147 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.42 |
| HSL | 212.77º | 0.79% | 0.32% | - |
| HSV(B) | 212.77º | 0.88% | 0.58% | - |
| XYZ | 8.08 | 7.39 | 28.61 | - |
| YUV | 66.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 147 | 0.88 | 0.48 | 0 | 0.42 | 212.77 | 0.79 | 0.32 |
| Hex | 11 | 4C | 93 | 58 | 30 | 0 | 2A | D5 | 4F | 20 |
| Octal | 21 | 114 | 223 | 130 | 60 | 0 | 52 | 325 | 117 | 40 |
| Binary | 10001 | 1001100 | 10010011 | 1011000 | 110000 | 0 | 101010 | 11010101 | 1001111 | 100000 |
Color Harmonies of #114C93
Complementary color
Monochromatic Colors of #114C93
Black with #114C93
Text Example
Text Example
White with #114C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C93; }
p { color: rgb(17,76,147); }
H1.HeaderClassName
{
color: #114C93;
}
.AnyTagClassName
{
color: #114C93;
}
</style>
background-color css
<style>
a { background-color: #114C93; }
a { background-color: rgb(17,76,147); }
div.DivClassName
{
background-color: #114C93;
}
.BgClassName
{
background-color: #114C93;
}
</style>
border-color css
<style>
span { border-color: #114C93; }
span { border-color: rgb(17,76,147); }
td.TdClassName
{
border-color: #114C93;
}
.TagClassName
{
border-color: #114C93;
}
</style>