Shades of Dark Cerulean #114A90
Tints of Dark Cerulean #114A90
RGB
CMYK
RGB Variations
Color information
#114A90 (or 0x114A90) is known color: Dark Cerulean. HEX triplet: 11, 4A and 90. RGB value is (17,74,144). Sum of RGB (Red+Green+Blue) = 17+74+144=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #114A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114A90 is #EEB56F. Grayscale: #404040. Windows color (decimal): -15644016 or 9456145. OLE color: 9456145.
HSL color Cylindrical-coordinate representation of color #114A90: hue angle of 213.07º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114A90 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 74 | 144 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.44 |
| HSL | 213.07º | 0.79% | 0.32% | - |
| HSV(B) | 213.07º | 0.88% | 0.56% | - |
| XYZ | 7.71 | 7.03 | 27.34 | - |
| YUV | 64.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 144 | 0.88 | 0.49 | 0 | 0.44 | 213.07 | 0.79 | 0.32 |
| Hex | 11 | 4A | 90 | 58 | 31 | 0 | 2C | D5 | 4F | 20 |
| Octal | 21 | 112 | 220 | 130 | 61 | 0 | 54 | 325 | 117 | 40 |
| Binary | 10001 | 1001010 | 10010000 | 1011000 | 110001 | 0 | 101100 | 11010101 | 1001111 | 100000 |
Color Harmonies of #114A90
Complementary color
Monochromatic Colors of #114A90
Black with #114A90
Text Example
Text Example
White with #114A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A90; }
p { color: rgb(17,74,144); }
H1.HeaderClassName
{
color: #114A90;
}
.AnyTagClassName
{
color: #114A90;
}
</style>
background-color css
<style>
a { background-color: #114A90; }
a { background-color: rgb(17,74,144); }
div.DivClassName
{
background-color: #114A90;
}
.BgClassName
{
background-color: #114A90;
}
</style>
border-color css
<style>
span { border-color: #114A90; }
span { border-color: rgb(17,74,144); }
td.TdClassName
{
border-color: #114A90;
}
.TagClassName
{
border-color: #114A90;
}
</style>