Shades of Dark Cerulean #104188
Tints of Dark Cerulean #104188
RGB
CMYK
RGB Variations
Color information
#104188 (or 0x104188) is known color: Dark Cerulean. HEX triplet: 10, 41 and 88. RGB value is (16,65,136). Sum of RGB (Red+Green+Blue) = 16+65+136=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #104188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104188 is #EFBE77. Grayscale: #3A3A3A. Windows color (decimal): -15711864 or 8929552. OLE color: 8929552.
HSL color Cylindrical-coordinate representation of color #104188: hue angle of 215.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104188 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 65 | 136 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.47 |
| HSL | 215.5º | 0.79% | 0.3% | - |
| HSV(B) | 215.5º | 0.88% | 0.53% | - |
| XYZ | 6.55 | 5.67 | 24.04 | - |
| YUV | 58.44 | 171.77 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 136 | 0.88 | 0.52 | 0 | 0.47 | 215.5 | 0.79 | 0.3 |
| Hex | 10 | 41 | 88 | 58 | 34 | 0 | 2F | D8 | 4F | 1E |
| Octal | 20 | 101 | 210 | 130 | 64 | 0 | 57 | 330 | 117 | 36 |
| Binary | 10000 | 1000001 | 10001000 | 1011000 | 110100 | 0 | 101111 | 11011000 | 1001111 | 11110 |
Color Harmonies of #104188
Complementary color
Monochromatic Colors of #104188
Black with #104188
Text Example
Text Example
White with #104188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104188; }
p { color: rgb(16,65,136); }
H1.HeaderClassName
{
color: #104188;
}
.AnyTagClassName
{
color: #104188;
}
</style>
background-color css
<style>
a { background-color: #104188; }
a { background-color: rgb(16,65,136); }
div.DivClassName
{
background-color: #104188;
}
.BgClassName
{
background-color: #104188;
}
</style>
border-color css
<style>
span { border-color: #104188; }
span { border-color: rgb(16,65,136); }
td.TdClassName
{
border-color: #104188;
}
.TagClassName
{
border-color: #104188;
}
</style>