Shades of Dark Cerulean #114380
Tints of Dark Cerulean #114380
RGB
CMYK
RGB Variations
Color information
#114380 (or 0x114380) is known color: Dark Cerulean. HEX triplet: 11, 43 and 80. RGB value is (17,67,128). Sum of RGB (Red+Green+Blue) = 17+67+128=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #114380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114380 is #EEBC7F. Grayscale: #3A3A3A. Windows color (decimal): -15645824 or 8405777. OLE color: 8405777.
HSL color Cylindrical-coordinate representation of color #114380: hue angle of 212.97º 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 #114380 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 67 | 128 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.50 |
| HSL | 212.97º | 0.77% | 0.28% | - |
| HSV(B) | 212.97º | 0.87% | 0.5% | - |
| XYZ | 6.13 | 5.69 | 21.2 | - |
| YUV | 59 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 128 | 0.87 | 0.48 | 0 | 0.50 | 212.97 | 0.77 | 0.28 |
| Hex | 11 | 43 | 80 | 57 | 30 | 0 | 32 | D5 | 4D | 1C |
| Octal | 21 | 103 | 200 | 127 | 60 | 0 | 62 | 325 | 115 | 34 |
| Binary | 10001 | 1000011 | 10000000 | 1010111 | 110000 | 0 | 110010 | 11010101 | 1001101 | 11100 |
Color Harmonies of #114380
Complementary color
Monochromatic Colors of #114380
Black with #114380
Text Example
Text Example
White with #114380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114380; }
p { color: rgb(17,67,128); }
H1.HeaderClassName
{
color: #114380;
}
.AnyTagClassName
{
color: #114380;
}
</style>
background-color css
<style>
a { background-color: #114380; }
a { background-color: rgb(17,67,128); }
div.DivClassName
{
background-color: #114380;
}
.BgClassName
{
background-color: #114380;
}
</style>
border-color css
<style>
span { border-color: #114380; }
span { border-color: rgb(17,67,128); }
td.TdClassName
{
border-color: #114380;
}
.TagClassName
{
border-color: #114380;
}
</style>