Shades of Dark Cerulean #114073
Tints of Dark Cerulean #114073
RGB
CMYK
RGB Variations
Color information
#114073 (or 0x114073) is known color: Dark Cerulean. HEX triplet: 11, 40 and 73. RGB value is (17,64,115). Sum of RGB (Red+Green+Blue) = 17+64+115=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #114073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114073 is #EEBF8C. Grayscale: #373737. Windows color (decimal): -15646605 or 7553041. OLE color: 7553041.
HSL color Cylindrical-coordinate representation of color #114073: hue angle of 211.22º 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 #114073 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 64 | 115 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.55 |
| HSL | 211.22º | 0.74% | 0.26% | - |
| HSV(B) | 211.22º | 0.85% | 0.45% | - |
| XYZ | 5.16 | 5.02 | 16.92 | - |
| YUV | 55.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 115 | 0.85 | 0.44 | 0 | 0.55 | 211.22 | 0.74 | 0.26 |
| Hex | 11 | 40 | 73 | 55 | 2C | 0 | 37 | D3 | 4A | 1A |
| Octal | 21 | 100 | 163 | 125 | 54 | 0 | 67 | 323 | 112 | 32 |
| Binary | 10001 | 1000000 | 1110011 | 1010101 | 101100 | 0 | 110111 | 11010011 | 1001010 | 11010 |
Color Harmonies of #114073
Complementary color
Monochromatic Colors of #114073
Black with #114073
Text Example
Text Example
White with #114073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114073; }
p { color: rgb(17,64,115); }
H1.HeaderClassName
{
color: #114073;
}
.AnyTagClassName
{
color: #114073;
}
</style>
background-color css
<style>
a { background-color: #114073; }
a { background-color: rgb(17,64,115); }
div.DivClassName
{
background-color: #114073;
}
.BgClassName
{
background-color: #114073;
}
</style>
border-color css
<style>
span { border-color: #114073; }
span { border-color: rgb(17,64,115); }
td.TdClassName
{
border-color: #114073;
}
.TagClassName
{
border-color: #114073;
}
</style>