Shades of Dark Cerulean #114A75
Tints of Dark Cerulean #114A75
RGB
CMYK
RGB Variations
Color information
#114A75 (or 0x114A75) is known color: Dark Cerulean. HEX triplet: 11, 4A and 75. RGB value is (17,74,117). Sum of RGB (Red+Green+Blue) = 17+74+117=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #114A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A75 is #EEB58A. Grayscale: #3D3D3D. Windows color (decimal): -15644043 or 7686673. OLE color: 7686673.
HSL color Cylindrical-coordinate representation of color #114A75: hue angle of 205.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114A75 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 74 | 117 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.54 |
| HSL | 205.8º | 0.75% | 0.26% | - |
| HSV(B) | 205.8º | 0.85% | 0.46% | - |
| XYZ | 5.89 | 6.3 | 17.74 | - |
| YUV | 61.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 117 | 0.85 | 0.37 | 0 | 0.54 | 205.8 | 0.75 | 0.26 |
| Hex | 11 | 4A | 75 | 55 | 25 | 0 | 36 | CE | 4B | 1A |
| Octal | 21 | 112 | 165 | 125 | 45 | 0 | 66 | 316 | 113 | 32 |
| Binary | 10001 | 1001010 | 1110101 | 1010101 | 100101 | 0 | 110110 | 11001110 | 1001011 | 11010 |
Color Harmonies of #114A75
Complementary color
Monochromatic Colors of #114A75
Black with #114A75
Text Example
Text Example
White with #114A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A75; }
p { color: rgb(17,74,117); }
H1.HeaderClassName
{
color: #114A75;
}
.AnyTagClassName
{
color: #114A75;
}
</style>
background-color css
<style>
a { background-color: #114A75; }
a { background-color: rgb(17,74,117); }
div.DivClassName
{
background-color: #114A75;
}
.BgClassName
{
background-color: #114A75;
}
</style>
border-color css
<style>
span { border-color: #114A75; }
span { border-color: rgb(17,74,117); }
td.TdClassName
{
border-color: #114A75;
}
.TagClassName
{
border-color: #114A75;
}
</style>