Shades of Dark Cerulean #114270
Tints of Dark Cerulean #114270
RGB
CMYK
RGB Variations
Color information
#114270 (or 0x114270) is known color: Dark Cerulean. HEX triplet: 11, 42 and 70. RGB value is (17,66,112). Sum of RGB (Red+Green+Blue) = 17+66+112=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #114270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114270 is #EEBD8F. Grayscale: #383838. Windows color (decimal): -15646096 or 7356945. OLE color: 7356945.
HSL color Cylindrical-coordinate representation of color #114270: hue angle of 209.05º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114270 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 66 | 112 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.56 |
| HSL | 209.05º | 0.74% | 0.25% | - |
| HSV(B) | 209.05º | 0.85% | 0.44% | - |
| XYZ | 5.1 | 5.19 | 16.06 | - |
| YUV | 56.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 112 | 0.85 | 0.41 | 0 | 0.56 | 209.05 | 0.74 | 0.25 |
| Hex | 11 | 42 | 70 | 55 | 29 | 0 | 38 | D1 | 4A | 19 |
| Octal | 21 | 102 | 160 | 125 | 51 | 0 | 70 | 321 | 112 | 31 |
| Binary | 10001 | 1000010 | 1110000 | 1010101 | 101001 | 0 | 111000 | 11010001 | 1001010 | 11001 |
Color Harmonies of #114270
Complementary color
Monochromatic Colors of #114270
Black with #114270
Text Example
Text Example
White with #114270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114270; }
p { color: rgb(17,66,112); }
H1.HeaderClassName
{
color: #114270;
}
.AnyTagClassName
{
color: #114270;
}
</style>
background-color css
<style>
a { background-color: #114270; }
a { background-color: rgb(17,66,112); }
div.DivClassName
{
background-color: #114270;
}
.BgClassName
{
background-color: #114270;
}
</style>
border-color css
<style>
span { border-color: #114270; }
span { border-color: rgb(17,66,112); }
td.TdClassName
{
border-color: #114270;
}
.TagClassName
{
border-color: #114270;
}
</style>