Shades of Dark Cerulean #113D7C
Tints of Dark Cerulean #113D7C
RGB
CMYK
RGB Variations
Color information
#113D7C (or 0x113D7C) is known color: Dark Cerulean. HEX triplet: 11, 3D and 7C. RGB value is (17,61,124). Sum of RGB (Red+Green+Blue) = 17+61+124=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #113D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D7C is #EEC283. Grayscale: #363636. Windows color (decimal): -15647364 or 8142097. OLE color: 8142097.
HSL color Cylindrical-coordinate representation of color #113D7C: hue angle of 215.33º 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 #113D7C is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 61 | 124 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.51 |
| HSL | 215.33º | 0.76% | 0.28% | - |
| HSV(B) | 215.33º | 0.86% | 0.49% | - |
| XYZ | 5.54 | 4.91 | 19.72 | - |
| YUV | 55.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 124 | 0.86 | 0.51 | 0 | 0.51 | 215.33 | 0.76 | 0.28 |
| Hex | 11 | 3D | 7C | 56 | 33 | 0 | 33 | D7 | 4C | 1C |
| Octal | 21 | 75 | 174 | 126 | 63 | 0 | 63 | 327 | 114 | 34 |
| Binary | 10001 | 111101 | 1111100 | 1010110 | 110011 | 0 | 110011 | 11010111 | 1001100 | 11100 |
Color Harmonies of #113D7C
Complementary color
Monochromatic Colors of #113D7C
Black with #113D7C
Text Example
Text Example
White with #113D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D7C; }
p { color: rgb(17,61,124); }
H1.HeaderClassName
{
color: #113D7C;
}
.AnyTagClassName
{
color: #113D7C;
}
</style>
background-color css
<style>
a { background-color: #113D7C; }
a { background-color: rgb(17,61,124); }
div.DivClassName
{
background-color: #113D7C;
}
.BgClassName
{
background-color: #113D7C;
}
</style>
border-color css
<style>
span { border-color: #113D7C; }
span { border-color: rgb(17,61,124); }
td.TdClassName
{
border-color: #113D7C;
}
.TagClassName
{
border-color: #113D7C;
}
</style>