Shades of Dark Cerulean #114A6E
Tints of Dark Cerulean #114A6E
RGB
CMYK
RGB Variations
Color information
#114A6E (or 0x114A6E) is known color: Dark Cerulean. HEX triplet: 11, 4A and 6E. RGB value is (17,74,110). Sum of RGB (Red+Green+Blue) = 17+74+110=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #114A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A6E is #EEB591. Grayscale: #3C3C3C. Windows color (decimal): -15644050 or 7227921. OLE color: 7227921.
HSL color Cylindrical-coordinate representation of color #114A6E: hue angle of 203.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114A6E is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 74 | 110 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.57 |
| HSL | 203.23º | 0.73% | 0.25% | - |
| HSV(B) | 203.23º | 0.85% | 0.43% | - |
| XYZ | 5.49 | 6.14 | 15.65 | - |
| YUV | 61.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 110 | 0.85 | 0.33 | 0 | 0.57 | 203.23 | 0.73 | 0.25 |
| Hex | 11 | 4A | 6E | 55 | 21 | 0 | 39 | CB | 49 | 19 |
| Octal | 21 | 112 | 156 | 125 | 41 | 0 | 71 | 313 | 111 | 31 |
| Binary | 10001 | 1001010 | 1101110 | 1010101 | 100001 | 0 | 111001 | 11001011 | 1001001 | 11001 |
Color Harmonies of #114A6E
Complementary color
Monochromatic Colors of #114A6E
Black with #114A6E
Text Example
Text Example
White with #114A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A6E; }
p { color: rgb(17,74,110); }
H1.HeaderClassName
{
color: #114A6E;
}
.AnyTagClassName
{
color: #114A6E;
}
</style>
background-color css
<style>
a { background-color: #114A6E; }
a { background-color: rgb(17,74,110); }
div.DivClassName
{
background-color: #114A6E;
}
.BgClassName
{
background-color: #114A6E;
}
</style>
border-color css
<style>
span { border-color: #114A6E; }
span { border-color: rgb(17,74,110); }
td.TdClassName
{
border-color: #114A6E;
}
.TagClassName
{
border-color: #114A6E;
}
</style>