Shades of Dark Cerulean #113E7C
Tints of Dark Cerulean #113E7C
RGB
CMYK
RGB Variations
Color information
#113E7C (or 0x113E7C) is known color: Dark Cerulean. HEX triplet: 11, 3E and 7C. RGB value is (17,62,124). Sum of RGB (Red+Green+Blue) = 17+62+124=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #113E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E7C is #EEC183. Grayscale: #373737. Windows color (decimal): -15647108 or 8142353. OLE color: 8142353.
HSL color Cylindrical-coordinate representation of color #113E7C: hue angle of 214.77º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113E7C is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 62 | 124 | - |
| CMYK | 0.86 | 0.5 | 0 | 0.51 |
| HSL | 214.77º | 0.76% | 0.28% | - |
| HSV(B) | 214.77º | 0.86% | 0.49% | - |
| XYZ | 5.59 | 5.02 | 19.74 | - |
| YUV | 55.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 124 | 0.86 | 0.5 | 0 | 0.51 | 214.77 | 0.76 | 0.28 |
| Hex | 11 | 3E | 7C | 56 | 32 | 0 | 33 | D7 | 4C | 1C |
| Octal | 21 | 76 | 174 | 126 | 62 | 0 | 63 | 327 | 114 | 34 |
| Binary | 10001 | 111110 | 1111100 | 1010110 | 110010 | 0 | 110011 | 11010111 | 1001100 | 11100 |
Color Harmonies of #113E7C
Complementary color
Monochromatic Colors of #113E7C
Black with #113E7C
Text Example
Text Example
White with #113E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E7C; }
p { color: rgb(17,62,124); }
H1.HeaderClassName
{
color: #113E7C;
}
.AnyTagClassName
{
color: #113E7C;
}
</style>
background-color css
<style>
a { background-color: #113E7C; }
a { background-color: rgb(17,62,124); }
div.DivClassName
{
background-color: #113E7C;
}
.BgClassName
{
background-color: #113E7C;
}
</style>
border-color css
<style>
span { border-color: #113E7C; }
span { border-color: rgb(17,62,124); }
td.TdClassName
{
border-color: #113E7C;
}
.TagClassName
{
border-color: #113E7C;
}
</style>