Shades of Dark Cerulean #114D83
Tints of Dark Cerulean #114D83
RGB
CMYK
RGB Variations
Color information
#114D83 (or 0x114D83) is known color: Dark Cerulean. HEX triplet: 11, 4D and 83. RGB value is (17,77,131). Sum of RGB (Red+Green+Blue) = 17+77+131=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #114D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D83 is #EEB27C. Grayscale: #404040. Windows color (decimal): -15643261 or 8604945. OLE color: 8604945.
HSL color Cylindrical-coordinate representation of color #114D83: hue angle of 208.42º 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 #114D83 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 77 | 131 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.49 |
| HSL | 208.42º | 0.77% | 0.29% | - |
| HSV(B) | 208.42º | 0.87% | 0.51% | - |
| XYZ | 6.98 | 7.07 | 22.47 | - |
| YUV | 65.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 131 | 0.87 | 0.41 | 0 | 0.49 | 208.42 | 0.77 | 0.29 |
| Hex | 11 | 4D | 83 | 57 | 29 | 0 | 31 | D0 | 4D | 1D |
| Octal | 21 | 115 | 203 | 127 | 51 | 0 | 61 | 320 | 115 | 35 |
| Binary | 10001 | 1001101 | 10000011 | 1010111 | 101001 | 0 | 110001 | 11010000 | 1001101 | 11101 |
Color Harmonies of #114D83
Complementary color
Monochromatic Colors of #114D83
Black with #114D83
Text Example
Text Example
White with #114D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D83; }
p { color: rgb(17,77,131); }
H1.HeaderClassName
{
color: #114D83;
}
.AnyTagClassName
{
color: #114D83;
}
</style>
background-color css
<style>
a { background-color: #114D83; }
a { background-color: rgb(17,77,131); }
div.DivClassName
{
background-color: #114D83;
}
.BgClassName
{
background-color: #114D83;
}
</style>
border-color css
<style>
span { border-color: #114D83; }
span { border-color: rgb(17,77,131); }
td.TdClassName
{
border-color: #114D83;
}
.TagClassName
{
border-color: #114D83;
}
</style>