Shades of Dark Cerulean #113872
Tints of Dark Cerulean #113872
RGB
CMYK
RGB Variations
Color information
#113872 (or 0x113872) is known color: Dark Cerulean. HEX triplet: 11, 38 and 72. RGB value is (17,56,114). Sum of RGB (Red+Green+Blue) = 17+56+114=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #113872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113872 is #EEC78D. Grayscale: #323232. Windows color (decimal): -15648654 or 7485457. OLE color: 7485457.
HSL color Cylindrical-coordinate representation of color #113872: hue angle of 215.88º 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 #113872 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 56 | 114 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.55 |
| HSL | 215.88º | 0.74% | 0.26% | - |
| HSV(B) | 215.88º | 0.85% | 0.45% | - |
| XYZ | 4.68 | 4.16 | 16.48 | - |
| YUV | 50.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 114 | 0.85 | 0.51 | 0 | 0.55 | 215.88 | 0.74 | 0.26 |
| Hex | 11 | 38 | 72 | 55 | 33 | 0 | 37 | D8 | 4A | 1A |
| Octal | 21 | 70 | 162 | 125 | 63 | 0 | 67 | 330 | 112 | 32 |
| Binary | 10001 | 111000 | 1110010 | 1010101 | 110011 | 0 | 110111 | 11011000 | 1001010 | 11010 |
Color Harmonies of #113872
Complementary color
Monochromatic Colors of #113872
Black with #113872
Text Example
Text Example
White with #113872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113872; }
p { color: rgb(17,56,114); }
H1.HeaderClassName
{
color: #113872;
}
.AnyTagClassName
{
color: #113872;
}
</style>
background-color css
<style>
a { background-color: #113872; }
a { background-color: rgb(17,56,114); }
div.DivClassName
{
background-color: #113872;
}
.BgClassName
{
background-color: #113872;
}
</style>
border-color css
<style>
span { border-color: #113872; }
span { border-color: rgb(17,56,114); }
td.TdClassName
{
border-color: #113872;
}
.TagClassName
{
border-color: #113872;
}
</style>