Shades of Dark Cerulean #114A7D
Tints of Dark Cerulean #114A7D
RGB
CMYK
RGB Variations
Color information
#114A7D (or 0x114A7D) is known color: Dark Cerulean. HEX triplet: 11, 4A and 7D. RGB value is (17,74,125). Sum of RGB (Red+Green+Blue) = 17+74+125=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #114A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A7D is #EEB582. Grayscale: #3E3E3E. Windows color (decimal): -15644035 or 8210961. OLE color: 8210961.
HSL color Cylindrical-coordinate representation of color #114A7D: hue angle of 208.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114A7D is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 74 | 125 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.51 |
| HSL | 208.33º | 0.76% | 0.28% | - |
| HSV(B) | 208.33º | 0.86% | 0.49% | - |
| XYZ | 6.38 | 6.5 | 20.32 | - |
| YUV | 62.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 125 | 0.86 | 0.41 | 0 | 0.51 | 208.33 | 0.76 | 0.28 |
| Hex | 11 | 4A | 7D | 56 | 29 | 0 | 33 | D0 | 4C | 1C |
| Octal | 21 | 112 | 175 | 126 | 51 | 0 | 63 | 320 | 114 | 34 |
| Binary | 10001 | 1001010 | 1111101 | 1010110 | 101001 | 0 | 110011 | 11010000 | 1001100 | 11100 |
Color Harmonies of #114A7D
Complementary color
Monochromatic Colors of #114A7D
Black with #114A7D
Text Example
Text Example
White with #114A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A7D; }
p { color: rgb(17,74,125); }
H1.HeaderClassName
{
color: #114A7D;
}
.AnyTagClassName
{
color: #114A7D;
}
</style>
background-color css
<style>
a { background-color: #114A7D; }
a { background-color: rgb(17,74,125); }
div.DivClassName
{
background-color: #114A7D;
}
.BgClassName
{
background-color: #114A7D;
}
</style>
border-color css
<style>
span { border-color: #114A7D; }
span { border-color: rgb(17,74,125); }
td.TdClassName
{
border-color: #114A7D;
}
.TagClassName
{
border-color: #114A7D;
}
</style>