Shades of Dark Cerulean #113F82
Tints of Dark Cerulean #113F82
RGB
CMYK
RGB Variations
Color information
#113F82 (or 0x113F82) is known color: Dark Cerulean. HEX triplet: 11, 3F and 82. RGB value is (17,63,130). Sum of RGB (Red+Green+Blue) = 17+63+130=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #113F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F82 is #EEC07D. Grayscale: #383838. Windows color (decimal): -15646846 or 8535825. OLE color: 8535825.
HSL color Cylindrical-coordinate representation of color #113F82: hue angle of 215.58º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113F82 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 63 | 130 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.49 |
| HSL | 215.58º | 0.77% | 0.29% | - |
| HSV(B) | 215.58º | 0.87% | 0.51% | - |
| XYZ | 6.04 | 5.29 | 21.82 | - |
| YUV | 56.88 | 169.26 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 130 | 0.87 | 0.52 | 0 | 0.49 | 215.58 | 0.77 | 0.29 |
| Hex | 11 | 3F | 82 | 57 | 34 | 0 | 31 | D8 | 4D | 1D |
| Octal | 21 | 77 | 202 | 127 | 64 | 0 | 61 | 330 | 115 | 35 |
| Binary | 10001 | 111111 | 10000010 | 1010111 | 110100 | 0 | 110001 | 11011000 | 1001101 | 11101 |
Color Harmonies of #113F82
Complementary color
Monochromatic Colors of #113F82
Black with #113F82
Text Example
Text Example
White with #113F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F82; }
p { color: rgb(17,63,130); }
H1.HeaderClassName
{
color: #113F82;
}
.AnyTagClassName
{
color: #113F82;
}
</style>
background-color css
<style>
a { background-color: #113F82; }
a { background-color: rgb(17,63,130); }
div.DivClassName
{
background-color: #113F82;
}
.BgClassName
{
background-color: #113F82;
}
</style>
border-color css
<style>
span { border-color: #113F82; }
span { border-color: rgb(17,63,130); }
td.TdClassName
{
border-color: #113F82;
}
.TagClassName
{
border-color: #113F82;
}
</style>