Shades of Dark Cerulean #113B82
Tints of Dark Cerulean #113B82
RGB
CMYK
RGB Variations
Color information
#113B82 (or 0x113B82) is known color: Dark Cerulean. HEX triplet: 11, 3B and 82. RGB value is (17,59,130). Sum of RGB (Red+Green+Blue) = 17+59+130=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #113B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113B82 is #EEC47D. Grayscale: #363636. Windows color (decimal): -15647870 or 8534801. OLE color: 8534801.
HSL color Cylindrical-coordinate representation of color #113B82: hue angle of 217.7º 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 #113B82 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 59 | 130 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.49 |
| HSL | 217.7º | 0.77% | 0.29% | - |
| HSV(B) | 217.7º | 0.87% | 0.51% | - |
| XYZ | 5.82 | 4.86 | 21.75 | - |
| YUV | 54.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 130 | 0.87 | 0.55 | 0 | 0.49 | 217.7 | 0.77 | 0.29 |
| Hex | 11 | 3B | 82 | 57 | 37 | 0 | 31 | DA | 4D | 1D |
| Octal | 21 | 73 | 202 | 127 | 67 | 0 | 61 | 332 | 115 | 35 |
| Binary | 10001 | 111011 | 10000010 | 1010111 | 110111 | 0 | 110001 | 11011010 | 1001101 | 11101 |
Color Harmonies of #113B82
Complementary color
Monochromatic Colors of #113B82
Black with #113B82
Text Example
Text Example
White with #113B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B82; }
p { color: rgb(17,59,130); }
H1.HeaderClassName
{
color: #113B82;
}
.AnyTagClassName
{
color: #113B82;
}
</style>
background-color css
<style>
a { background-color: #113B82; }
a { background-color: rgb(17,59,130); }
div.DivClassName
{
background-color: #113B82;
}
.BgClassName
{
background-color: #113B82;
}
</style>
border-color css
<style>
span { border-color: #113B82; }
span { border-color: rgb(17,59,130); }
td.TdClassName
{
border-color: #113B82;
}
.TagClassName
{
border-color: #113B82;
}
</style>