Shades of Dark Cerulean #114C74
Tints of Dark Cerulean #114C74
RGB
CMYK
RGB Variations
Color information
#114C74 (or 0x114C74) is known color: Dark Cerulean. HEX triplet: 11, 4C and 74. RGB value is (17,76,116). Sum of RGB (Red+Green+Blue) = 17+76+116=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #114C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C74 is #EEB38B. Grayscale: #3E3E3E. Windows color (decimal): -15643532 or 7621649. OLE color: 7621649.
HSL color Cylindrical-coordinate representation of color #114C74: hue angle of 204.24º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114C74 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 76 | 116 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.55 |
| HSL | 204.24º | 0.74% | 0.26% | - |
| HSV(B) | 204.24º | 0.85% | 0.45% | - |
| XYZ | 5.97 | 6.55 | 17.47 | - |
| YUV | 62.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 116 | 0.85 | 0.34 | 0 | 0.55 | 204.24 | 0.74 | 0.26 |
| Hex | 11 | 4C | 74 | 55 | 22 | 0 | 37 | CC | 4A | 1A |
| Octal | 21 | 114 | 164 | 125 | 42 | 0 | 67 | 314 | 112 | 32 |
| Binary | 10001 | 1001100 | 1110100 | 1010101 | 100010 | 0 | 110111 | 11001100 | 1001010 | 11010 |
Color Harmonies of #114C74
Complementary color
Monochromatic Colors of #114C74
Black with #114C74
Text Example
Text Example
White with #114C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C74; }
p { color: rgb(17,76,116); }
H1.HeaderClassName
{
color: #114C74;
}
.AnyTagClassName
{
color: #114C74;
}
</style>
background-color css
<style>
a { background-color: #114C74; }
a { background-color: rgb(17,76,116); }
div.DivClassName
{
background-color: #114C74;
}
.BgClassName
{
background-color: #114C74;
}
</style>
border-color css
<style>
span { border-color: #114C74; }
span { border-color: rgb(17,76,116); }
td.TdClassName
{
border-color: #114C74;
}
.TagClassName
{
border-color: #114C74;
}
</style>