Shades of Dark Cerulean #113C7B
Tints of Dark Cerulean #113C7B
RGB
CMYK
RGB Variations
Color information
#113C7B (or 0x113C7B) is known color: Dark Cerulean. HEX triplet: 11, 3C and 7B. RGB value is (17,60,123). Sum of RGB (Red+Green+Blue) = 17+60+123=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #113C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C7B is #EEC384. Grayscale: #363636. Windows color (decimal): -15647621 or 8076305. OLE color: 8076305.
HSL color Cylindrical-coordinate representation of color #113C7B: hue angle of 215.66º 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 #113C7B is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 60 | 123 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.52 |
| HSL | 215.66º | 0.76% | 0.27% | - |
| HSV(B) | 215.66º | 0.86% | 0.48% | - |
| XYZ | 5.42 | 4.78 | 19.38 | - |
| YUV | 54.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 123 | 0.86 | 0.51 | 0 | 0.52 | 215.66 | 0.76 | 0.27 |
| Hex | 11 | 3C | 7B | 56 | 33 | 0 | 34 | D8 | 4C | 1B |
| Octal | 21 | 74 | 173 | 126 | 63 | 0 | 64 | 330 | 114 | 33 |
| Binary | 10001 | 111100 | 1111011 | 1010110 | 110011 | 0 | 110100 | 11011000 | 1001100 | 11011 |
Color Harmonies of #113C7B
Complementary color
Monochromatic Colors of #113C7B
Black with #113C7B
Text Example
Text Example
White with #113C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C7B; }
p { color: rgb(17,60,123); }
H1.HeaderClassName
{
color: #113C7B;
}
.AnyTagClassName
{
color: #113C7B;
}
</style>
background-color css
<style>
a { background-color: #113C7B; }
a { background-color: rgb(17,60,123); }
div.DivClassName
{
background-color: #113C7B;
}
.BgClassName
{
background-color: #113C7B;
}
</style>
border-color css
<style>
span { border-color: #113C7B; }
span { border-color: rgb(17,60,123); }
td.TdClassName
{
border-color: #113C7B;
}
.TagClassName
{
border-color: #113C7B;
}
</style>