Shades of Dark Cerulean #113F6D
Tints of Dark Cerulean #113F6D
RGB
CMYK
RGB Variations
Color information
#113F6D (or 0x113F6D) is known color: Dark Cerulean. HEX triplet: 11, 3F and 6D. RGB value is (17,63,109). Sum of RGB (Red+Green+Blue) = 17+63+109=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #113F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F6D is #EEC092. Grayscale: #363636. Windows color (decimal): -15646867 or 7159569. OLE color: 7159569.
HSL color Cylindrical-coordinate representation of color #113F6D: hue angle of 210º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113F6D is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 63 | 109 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.57 |
| HSL | 210º | 0.73% | 0.25% | - |
| HSV(B) | 210º | 0.84% | 0.43% | - |
| XYZ | 4.77 | 4.78 | 15.14 | - |
| YUV | 54.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 109 | 0.84 | 0.42 | 0 | 0.57 | 210 | 0.73 | 0.25 |
| Hex | 11 | 3F | 6D | 54 | 2A | 0 | 39 | D2 | 49 | 19 |
| Octal | 21 | 77 | 155 | 124 | 52 | 0 | 71 | 322 | 111 | 31 |
| Binary | 10001 | 111111 | 1101101 | 1010100 | 101010 | 0 | 111001 | 11010010 | 1001001 | 11001 |
Color Harmonies of #113F6D
Complementary color
Monochromatic Colors of #113F6D
Black with #113F6D
Text Example
Text Example
White with #113F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F6D; }
p { color: rgb(17,63,109); }
H1.HeaderClassName
{
color: #113F6D;
}
.AnyTagClassName
{
color: #113F6D;
}
</style>
background-color css
<style>
a { background-color: #113F6D; }
a { background-color: rgb(17,63,109); }
div.DivClassName
{
background-color: #113F6D;
}
.BgClassName
{
background-color: #113F6D;
}
</style>
border-color css
<style>
span { border-color: #113F6D; }
span { border-color: rgb(17,63,109); }
td.TdClassName
{
border-color: #113F6D;
}
.TagClassName
{
border-color: #113F6D;
}
</style>