Shades of Dark Cerulean #114084
Tints of Dark Cerulean #114084
RGB
CMYK
RGB Variations
Color information
#114084 (or 0x114084) is known color: Dark Cerulean. HEX triplet: 11, 40 and 84. RGB value is (17,64,132). Sum of RGB (Red+Green+Blue) = 17+64+132=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #114084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114084 is #EEBF7B. Grayscale: #393939. Windows color (decimal): -15646588 or 8667153. OLE color: 8667153.
HSL color Cylindrical-coordinate representation of color #114084: hue angle of 215.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114084 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 64 | 132 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.48 |
| HSL | 215.48º | 0.77% | 0.29% | - |
| HSV(B) | 215.48º | 0.87% | 0.52% | - |
| XYZ | 6.23 | 5.45 | 22.55 | - |
| YUV | 57.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 132 | 0.87 | 0.52 | 0 | 0.48 | 215.48 | 0.77 | 0.29 |
| Hex | 11 | 40 | 84 | 57 | 34 | 0 | 30 | D7 | 4D | 1D |
| Octal | 21 | 100 | 204 | 127 | 64 | 0 | 60 | 327 | 115 | 35 |
| Binary | 10001 | 1000000 | 10000100 | 1010111 | 110100 | 0 | 110000 | 11010111 | 1001101 | 11101 |
Color Harmonies of #114084
Complementary color
Monochromatic Colors of #114084
Black with #114084
Text Example
Text Example
White with #114084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114084; }
p { color: rgb(17,64,132); }
H1.HeaderClassName
{
color: #114084;
}
.AnyTagClassName
{
color: #114084;
}
</style>
background-color css
<style>
a { background-color: #114084; }
a { background-color: rgb(17,64,132); }
div.DivClassName
{
background-color: #114084;
}
.BgClassName
{
background-color: #114084;
}
</style>
border-color css
<style>
span { border-color: #114084; }
span { border-color: rgb(17,64,132); }
td.TdClassName
{
border-color: #114084;
}
.TagClassName
{
border-color: #114084;
}
</style>