Shades of Dark Cerulean #114A6D
Tints of Dark Cerulean #114A6D
RGB
CMYK
RGB Variations
Color information
#114A6D (or 0x114A6D) is known color: Dark Cerulean. HEX triplet: 11, 4A and 6D. RGB value is (17,74,109). Sum of RGB (Red+Green+Blue) = 17+74+109=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #114A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A6D is #EEB592. Grayscale: #3C3C3C. Windows color (decimal): -15644051 or 7162385. OLE color: 7162385.
HSL color Cylindrical-coordinate representation of color #114A6D: hue angle of 202.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114A6D is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 74 | 109 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.57 |
| HSL | 202.83º | 0.73% | 0.25% | - |
| HSV(B) | 202.83º | 0.84% | 0.43% | - |
| XYZ | 5.44 | 6.12 | 15.36 | - |
| YUV | 60.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 109 | 0.84 | 0.32 | 0 | 0.57 | 202.83 | 0.73 | 0.25 |
| Hex | 11 | 4A | 6D | 54 | 20 | 0 | 39 | CB | 49 | 19 |
| Octal | 21 | 112 | 155 | 124 | 40 | 0 | 71 | 313 | 111 | 31 |
| Binary | 10001 | 1001010 | 1101101 | 1010100 | 100000 | 0 | 111001 | 11001011 | 1001001 | 11001 |
Color Harmonies of #114A6D
Complementary color
Monochromatic Colors of #114A6D
Black with #114A6D
Text Example
Text Example
White with #114A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A6D; }
p { color: rgb(17,74,109); }
H1.HeaderClassName
{
color: #114A6D;
}
.AnyTagClassName
{
color: #114A6D;
}
</style>
background-color css
<style>
a { background-color: #114A6D; }
a { background-color: rgb(17,74,109); }
div.DivClassName
{
background-color: #114A6D;
}
.BgClassName
{
background-color: #114A6D;
}
</style>
border-color css
<style>
span { border-color: #114A6D; }
span { border-color: rgb(17,74,109); }
td.TdClassName
{
border-color: #114A6D;
}
.TagClassName
{
border-color: #114A6D;
}
</style>