Shades of Dark Cerulean #113D74
Tints of Dark Cerulean #113D74
RGB
CMYK
RGB Variations
Color information
#113D74 (or 0x113D74) is known color: Dark Cerulean. HEX triplet: 11, 3D and 74. RGB value is (17,61,116). Sum of RGB (Red+Green+Blue) = 17+61+116=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #113D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D74 is #EEC28B. Grayscale: #353535. Windows color (decimal): -15647372 or 7617809. OLE color: 7617809.
HSL color Cylindrical-coordinate representation of color #113D74: hue angle of 213.33º 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 #113D74 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 61 | 116 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.55 |
| HSL | 213.33º | 0.74% | 0.26% | - |
| HSV(B) | 213.33º | 0.85% | 0.45% | - |
| XYZ | 5.05 | 4.72 | 17.17 | - |
| YUV | 54.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 116 | 0.85 | 0.47 | 0 | 0.55 | 213.33 | 0.74 | 0.26 |
| Hex | 11 | 3D | 74 | 55 | 2F | 0 | 37 | D5 | 4A | 1A |
| Octal | 21 | 75 | 164 | 125 | 57 | 0 | 67 | 325 | 112 | 32 |
| Binary | 10001 | 111101 | 1110100 | 1010101 | 101111 | 0 | 110111 | 11010101 | 1001010 | 11010 |
Color Harmonies of #113D74
Complementary color
Monochromatic Colors of #113D74
Black with #113D74
Text Example
Text Example
White with #113D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D74; }
p { color: rgb(17,61,116); }
H1.HeaderClassName
{
color: #113D74;
}
.AnyTagClassName
{
color: #113D74;
}
</style>
background-color css
<style>
a { background-color: #113D74; }
a { background-color: rgb(17,61,116); }
div.DivClassName
{
background-color: #113D74;
}
.BgClassName
{
background-color: #113D74;
}
</style>
border-color css
<style>
span { border-color: #113D74; }
span { border-color: rgb(17,61,116); }
td.TdClassName
{
border-color: #113D74;
}
.TagClassName
{
border-color: #113D74;
}
</style>