Shades of Dark Cerulean #113C7F
Tints of Dark Cerulean #113C7F
RGB
CMYK
RGB Variations
Color information
#113C7F (or 0x113C7F) is known color: Dark Cerulean. HEX triplet: 11, 3C and 7F. RGB value is (17,60,127). Sum of RGB (Red+Green+Blue) = 17+60+127=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #113C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C7F is #EEC380. Grayscale: #363636. Windows color (decimal): -15647617 or 8338449. OLE color: 8338449.
HSL color Cylindrical-coordinate representation of color #113C7F: hue angle of 216.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113C7F is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 60 | 127 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.50 |
| HSL | 216.55º | 0.76% | 0.28% | - |
| HSV(B) | 216.55º | 0.87% | 0.5% | - |
| XYZ | 5.68 | 4.88 | 20.72 | - |
| YUV | 54.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 127 | 0.87 | 0.53 | 0 | 0.50 | 216.55 | 0.76 | 0.28 |
| Hex | 11 | 3C | 7F | 57 | 35 | 0 | 32 | D9 | 4C | 1C |
| Octal | 21 | 74 | 177 | 127 | 65 | 0 | 62 | 331 | 114 | 34 |
| Binary | 10001 | 111100 | 1111111 | 1010111 | 110101 | 0 | 110010 | 11011001 | 1001100 | 11100 |
Color Harmonies of #113C7F
Complementary color
Monochromatic Colors of #113C7F
Black with #113C7F
Text Example
Text Example
White with #113C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C7F; }
p { color: rgb(17,60,127); }
H1.HeaderClassName
{
color: #113C7F;
}
.AnyTagClassName
{
color: #113C7F;
}
</style>
background-color css
<style>
a { background-color: #113C7F; }
a { background-color: rgb(17,60,127); }
div.DivClassName
{
background-color: #113C7F;
}
.BgClassName
{
background-color: #113C7F;
}
</style>
border-color css
<style>
span { border-color: #113C7F; }
span { border-color: rgb(17,60,127); }
td.TdClassName
{
border-color: #113C7F;
}
.TagClassName
{
border-color: #113C7F;
}
</style>