Shades of Dark Cerulean #114C82
Tints of Dark Cerulean #114C82
RGB
CMYK
RGB Variations
Color information
#114C82 (or 0x114C82) is known color: Dark Cerulean. HEX triplet: 11, 4C and 82. RGB value is (17,76,130). Sum of RGB (Red+Green+Blue) = 17+76+130=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #114C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C82 is #EEB37D. Grayscale: #404040. Windows color (decimal): -15643518 or 8539153. OLE color: 8539153.
HSL color Cylindrical-coordinate representation of color #114C82: hue angle of 208.67º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114C82 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 76 | 130 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.49 |
| HSL | 208.67º | 0.77% | 0.29% | - |
| HSV(B) | 208.67º | 0.87% | 0.51% | - |
| XYZ | 6.84 | 6.9 | 22.09 | - |
| YUV | 64.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 130 | 0.87 | 0.42 | 0 | 0.49 | 208.67 | 0.77 | 0.29 |
| Hex | 11 | 4C | 82 | 57 | 2A | 0 | 31 | D1 | 4D | 1D |
| Octal | 21 | 114 | 202 | 127 | 52 | 0 | 61 | 321 | 115 | 35 |
| Binary | 10001 | 1001100 | 10000010 | 1010111 | 101010 | 0 | 110001 | 11010001 | 1001101 | 11101 |
Color Harmonies of #114C82
Complementary color
Monochromatic Colors of #114C82
Black with #114C82
Text Example
Text Example
White with #114C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C82; }
p { color: rgb(17,76,130); }
H1.HeaderClassName
{
color: #114C82;
}
.AnyTagClassName
{
color: #114C82;
}
</style>
background-color css
<style>
a { background-color: #114C82; }
a { background-color: rgb(17,76,130); }
div.DivClassName
{
background-color: #114C82;
}
.BgClassName
{
background-color: #114C82;
}
</style>
border-color css
<style>
span { border-color: #114C82; }
span { border-color: rgb(17,76,130); }
td.TdClassName
{
border-color: #114C82;
}
.TagClassName
{
border-color: #114C82;
}
</style>