Shades of Dark Cerulean #113C7E
Tints of Dark Cerulean #113C7E
RGB
CMYK
RGB Variations
Color information
#113C7E (or 0x113C7E) is known color: Dark Cerulean. HEX triplet: 11, 3C and 7E. RGB value is (17,60,126). Sum of RGB (Red+Green+Blue) = 17+60+126=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #113C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C7E is #EEC381. Grayscale: #363636. Windows color (decimal): -15647618 or 8272913. OLE color: 8272913.
HSL color Cylindrical-coordinate representation of color #113C7E: hue angle of 216.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113C7E is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 60 | 126 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.51 |
| HSL | 216.33º | 0.76% | 0.28% | - |
| HSV(B) | 216.33º | 0.87% | 0.49% | - |
| XYZ | 5.61 | 4.86 | 20.38 | - |
| YUV | 54.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 126 | 0.87 | 0.52 | 0 | 0.51 | 216.33 | 0.76 | 0.28 |
| Hex | 11 | 3C | 7E | 57 | 34 | 0 | 33 | D8 | 4C | 1C |
| Octal | 21 | 74 | 176 | 127 | 64 | 0 | 63 | 330 | 114 | 34 |
| Binary | 10001 | 111100 | 1111110 | 1010111 | 110100 | 0 | 110011 | 11011000 | 1001100 | 11100 |
Color Harmonies of #113C7E
Complementary color
Monochromatic Colors of #113C7E
Black with #113C7E
Text Example
Text Example
White with #113C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C7E; }
p { color: rgb(17,60,126); }
H1.HeaderClassName
{
color: #113C7E;
}
.AnyTagClassName
{
color: #113C7E;
}
</style>
background-color css
<style>
a { background-color: #113C7E; }
a { background-color: rgb(17,60,126); }
div.DivClassName
{
background-color: #113C7E;
}
.BgClassName
{
background-color: #113C7E;
}
</style>
border-color css
<style>
span { border-color: #113C7E; }
span { border-color: rgb(17,60,126); }
td.TdClassName
{
border-color: #113C7E;
}
.TagClassName
{
border-color: #113C7E;
}
</style>