Shades of Dark Cerulean #114683
Tints of Dark Cerulean #114683
RGB
CMYK
RGB Variations
Color information
#114683 (or 0x114683) is known color: Dark Cerulean. HEX triplet: 11, 46 and 83. RGB value is (17,70,131). Sum of RGB (Red+Green+Blue) = 17+70+131=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #114683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114683 is #EEB97C. Grayscale: #3C3C3C. Windows color (decimal): -15645053 or 8603153. OLE color: 8603153.
HSL color Cylindrical-coordinate representation of color #114683: hue angle of 212.11º 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 #114683 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 70 | 131 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.49 |
| HSL | 212.11º | 0.77% | 0.29% | - |
| HSV(B) | 212.11º | 0.87% | 0.51% | - |
| XYZ | 6.52 | 6.14 | 22.31 | - |
| YUV | 61.11 | 167.44 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 131 | 0.87 | 0.47 | 0 | 0.49 | 212.11 | 0.77 | 0.29 |
| Hex | 11 | 46 | 83 | 57 | 2F | 0 | 31 | D4 | 4D | 1D |
| Octal | 21 | 106 | 203 | 127 | 57 | 0 | 61 | 324 | 115 | 35 |
| Binary | 10001 | 1000110 | 10000011 | 1010111 | 101111 | 0 | 110001 | 11010100 | 1001101 | 11101 |
Color Harmonies of #114683
Complementary color
Monochromatic Colors of #114683
Black with #114683
Text Example
Text Example
White with #114683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114683; }
p { color: rgb(17,70,131); }
H1.HeaderClassName
{
color: #114683;
}
.AnyTagClassName
{
color: #114683;
}
</style>
background-color css
<style>
a { background-color: #114683; }
a { background-color: rgb(17,70,131); }
div.DivClassName
{
background-color: #114683;
}
.BgClassName
{
background-color: #114683;
}
</style>
border-color css
<style>
span { border-color: #114683; }
span { border-color: rgb(17,70,131); }
td.TdClassName
{
border-color: #114683;
}
.TagClassName
{
border-color: #114683;
}
</style>