Shades of Dark Cerulean #113E7B
Tints of Dark Cerulean #113E7B
RGB
CMYK
RGB Variations
Color information
#113E7B (or 0x113E7B) is known color: Dark Cerulean. HEX triplet: 11, 3E and 7B. RGB value is (17,62,123). Sum of RGB (Red+Green+Blue) = 17+62+123=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #113E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E7B is #EEC184. Grayscale: #373737. Windows color (decimal): -15647109 or 8076817. OLE color: 8076817.
HSL color Cylindrical-coordinate representation of color #113E7B: hue angle of 214.53º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113E7B is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 62 | 123 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.52 |
| HSL | 214.53º | 0.76% | 0.27% | - |
| HSV(B) | 214.53º | 0.86% | 0.48% | - |
| XYZ | 5.53 | 4.99 | 19.41 | - |
| YUV | 55.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 123 | 0.86 | 0.50 | 0 | 0.52 | 214.53 | 0.76 | 0.27 |
| Hex | 11 | 3E | 7B | 56 | 32 | 0 | 34 | D7 | 4C | 1B |
| Octal | 21 | 76 | 173 | 126 | 62 | 0 | 64 | 327 | 114 | 33 |
| Binary | 10001 | 111110 | 1111011 | 1010110 | 110010 | 0 | 110100 | 11010111 | 1001100 | 11011 |
Color Harmonies of #113E7B
Complementary color
Monochromatic Colors of #113E7B
Black with #113E7B
Text Example
Text Example
White with #113E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E7B; }
p { color: rgb(17,62,123); }
H1.HeaderClassName
{
color: #113E7B;
}
.AnyTagClassName
{
color: #113E7B;
}
</style>
background-color css
<style>
a { background-color: #113E7B; }
a { background-color: rgb(17,62,123); }
div.DivClassName
{
background-color: #113E7B;
}
.BgClassName
{
background-color: #113E7B;
}
</style>
border-color css
<style>
span { border-color: #113E7B; }
span { border-color: rgb(17,62,123); }
td.TdClassName
{
border-color: #113E7B;
}
.TagClassName
{
border-color: #113E7B;
}
</style>