Shades of Dark Cerulean #113380
Tints of Dark Cerulean #113380
RGB
CMYK
RGB Variations
Color information
#113380 (or 0x113380) is known color: Dark Cerulean. HEX triplet: 11, 33 and 80. RGB value is (17,51,128). Sum of RGB (Red+Green+Blue) = 17+51+128=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #113380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113380 is #EECC7F. Grayscale: #313131. Windows color (decimal): -15649920 or 8401681. OLE color: 8401681.
HSL color Cylindrical-coordinate representation of color #113380: hue angle of 221.62º degrees, saturation: 0.77, 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 #113380 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 51 | 128 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.50 |
| HSL | 221.62º | 0.77% | 0.28% | - |
| HSV(B) | 221.62º | 0.87% | 0.5% | - |
| XYZ | 5.31 | 4.05 | 20.92 | - |
| YUV | 49.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 128 | 0.87 | 0.60 | 0 | 0.50 | 221.62 | 0.77 | 0.28 |
| Hex | 11 | 33 | 80 | 57 | 3C | 0 | 32 | DE | 4D | 1C |
| Octal | 21 | 63 | 200 | 127 | 74 | 0 | 62 | 336 | 115 | 34 |
| Binary | 10001 | 110011 | 10000000 | 1010111 | 111100 | 0 | 110010 | 11011110 | 1001101 | 11100 |
Color Harmonies of #113380
Complementary color
Monochromatic Colors of #113380
Black with #113380
Text Example
Text Example
White with #113380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113380; }
p { color: rgb(17,51,128); }
H1.HeaderClassName
{
color: #113380;
}
.AnyTagClassName
{
color: #113380;
}
</style>
background-color css
<style>
a { background-color: #113380; }
a { background-color: rgb(17,51,128); }
div.DivClassName
{
background-color: #113380;
}
.BgClassName
{
background-color: #113380;
}
</style>
border-color css
<style>
span { border-color: #113380; }
span { border-color: rgb(17,51,128); }
td.TdClassName
{
border-color: #113380;
}
.TagClassName
{
border-color: #113380;
}
</style>