Shades of Dark Cerulean #113E74
Tints of Dark Cerulean #113E74
RGB
CMYK
RGB Variations
Color information
#113E74 (or 0x113E74) is known color: Dark Cerulean. HEX triplet: 11, 3E and 74. RGB value is (17,62,116). Sum of RGB (Red+Green+Blue) = 17+62+116=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #113E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E74 is #EEC18B. Grayscale: #363636. Windows color (decimal): -15647116 or 7618065. OLE color: 7618065.
HSL color Cylindrical-coordinate representation of color #113E74: hue angle of 212.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113E74 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 62 | 116 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.55 |
| HSL | 212.73º | 0.74% | 0.26% | - |
| HSV(B) | 212.73º | 0.85% | 0.45% | - |
| XYZ | 5.11 | 4.83 | 17.19 | - |
| YUV | 54.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 116 | 0.85 | 0.47 | 0 | 0.55 | 212.73 | 0.74 | 0.26 |
| Hex | 11 | 3E | 74 | 55 | 2F | 0 | 37 | D5 | 4A | 1A |
| Octal | 21 | 76 | 164 | 125 | 57 | 0 | 67 | 325 | 112 | 32 |
| Binary | 10001 | 111110 | 1110100 | 1010101 | 101111 | 0 | 110111 | 11010101 | 1001010 | 11010 |
Color Harmonies of #113E74
Complementary color
Monochromatic Colors of #113E74
Black with #113E74
Text Example
Text Example
White with #113E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E74; }
p { color: rgb(17,62,116); }
H1.HeaderClassName
{
color: #113E74;
}
.AnyTagClassName
{
color: #113E74;
}
</style>
background-color css
<style>
a { background-color: #113E74; }
a { background-color: rgb(17,62,116); }
div.DivClassName
{
background-color: #113E74;
}
.BgClassName
{
background-color: #113E74;
}
</style>
border-color css
<style>
span { border-color: #113E74; }
span { border-color: rgb(17,62,116); }
td.TdClassName
{
border-color: #113E74;
}
.TagClassName
{
border-color: #113E74;
}
</style>