Shades of Dark Cerulean #113C7A
Tints of Dark Cerulean #113C7A
RGB
CMYK
RGB Variations
Color information
#113C7A (or 0x113C7A) is known color: Dark Cerulean. HEX triplet: 11, 3C and 7A. RGB value is (17,60,122). Sum of RGB (Red+Green+Blue) = 17+60+122=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #113C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C7A is #EEC385. Grayscale: #353535. Windows color (decimal): -15647622 or 8010769. OLE color: 8010769.
HSL color Cylindrical-coordinate representation of color #113C7A: hue angle of 215.43º 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 #113C7A is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 60 | 122 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.52 |
| HSL | 215.43º | 0.76% | 0.27% | - |
| HSV(B) | 215.43º | 0.86% | 0.48% | - |
| XYZ | 5.36 | 4.76 | 19.05 | - |
| YUV | 54.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 122 | 0.86 | 0.51 | 0 | 0.52 | 215.43 | 0.76 | 0.27 |
| Hex | 11 | 3C | 7A | 56 | 33 | 0 | 34 | D7 | 4C | 1B |
| Octal | 21 | 74 | 172 | 126 | 63 | 0 | 64 | 327 | 114 | 33 |
| Binary | 10001 | 111100 | 1111010 | 1010110 | 110011 | 0 | 110100 | 11010111 | 1001100 | 11011 |
Color Harmonies of #113C7A
Complementary color
Monochromatic Colors of #113C7A
Black with #113C7A
Text Example
Text Example
White with #113C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C7A; }
p { color: rgb(17,60,122); }
H1.HeaderClassName
{
color: #113C7A;
}
.AnyTagClassName
{
color: #113C7A;
}
</style>
background-color css
<style>
a { background-color: #113C7A; }
a { background-color: rgb(17,60,122); }
div.DivClassName
{
background-color: #113C7A;
}
.BgClassName
{
background-color: #113C7A;
}
</style>
border-color css
<style>
span { border-color: #113C7A; }
span { border-color: rgb(17,60,122); }
td.TdClassName
{
border-color: #113C7A;
}
.TagClassName
{
border-color: #113C7A;
}
</style>