Shades of Dark Cerulean #113F72
Tints of Dark Cerulean #113F72
RGB
CMYK
RGB Variations
Color information
#113F72 (or 0x113F72) is known color: Dark Cerulean. HEX triplet: 11, 3F and 72. RGB value is (17,63,114). Sum of RGB (Red+Green+Blue) = 17+63+114=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #113F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F72 is #EEC08D. Grayscale: #363636. Windows color (decimal): -15646862 or 7487249. OLE color: 7487249.
HSL color Cylindrical-coordinate representation of color #113F72: hue angle of 211.55º 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 #113F72 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 63 | 114 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.55 |
| HSL | 211.55º | 0.74% | 0.26% | - |
| HSV(B) | 211.55º | 0.85% | 0.45% | - |
| XYZ | 5.05 | 4.89 | 16.6 | - |
| YUV | 55.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 114 | 0.85 | 0.45 | 0 | 0.55 | 211.55 | 0.74 | 0.26 |
| Hex | 11 | 3F | 72 | 55 | 2D | 0 | 37 | D4 | 4A | 1A |
| Octal | 21 | 77 | 162 | 125 | 55 | 0 | 67 | 324 | 112 | 32 |
| Binary | 10001 | 111111 | 1110010 | 1010101 | 101101 | 0 | 110111 | 11010100 | 1001010 | 11010 |
Color Harmonies of #113F72
Complementary color
Monochromatic Colors of #113F72
Black with #113F72
Text Example
Text Example
White with #113F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F72; }
p { color: rgb(17,63,114); }
H1.HeaderClassName
{
color: #113F72;
}
.AnyTagClassName
{
color: #113F72;
}
</style>
background-color css
<style>
a { background-color: #113F72; }
a { background-color: rgb(17,63,114); }
div.DivClassName
{
background-color: #113F72;
}
.BgClassName
{
background-color: #113F72;
}
</style>
border-color css
<style>
span { border-color: #113F72; }
span { border-color: rgb(17,63,114); }
td.TdClassName
{
border-color: #113F72;
}
.TagClassName
{
border-color: #113F72;
}
</style>