Shades of Dark Cerulean #104C88
Tints of Dark Cerulean #104C88
RGB
CMYK
RGB Variations
Color information
#104C88 (or 0x104C88) is known color: Dark Cerulean. HEX triplet: 10, 4C and 88. RGB value is (16,76,136). Sum of RGB (Red+Green+Blue) = 16+76+136=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #104C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C88 is #EFB377. Grayscale: #404040. Windows color (decimal): -15709048 or 8932368. OLE color: 8932368.
HSL color Cylindrical-coordinate representation of color #104C88: hue angle of 210º 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 #104C88 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 76 | 136 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.47 |
| HSL | 210º | 0.79% | 0.3% | - |
| HSV(B) | 210º | 0.88% | 0.53% | - |
| XYZ | 7.24 | 7.06 | 24.27 | - |
| YUV | 64.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 136 | 0.88 | 0.44 | 0 | 0.47 | 210 | 0.79 | 0.3 |
| Hex | 10 | 4C | 88 | 58 | 2C | 0 | 2F | D2 | 4F | 1E |
| Octal | 20 | 114 | 210 | 130 | 54 | 0 | 57 | 322 | 117 | 36 |
| Binary | 10000 | 1001100 | 10001000 | 1011000 | 101100 | 0 | 101111 | 11010010 | 1001111 | 11110 |
Color Harmonies of #104C88
Complementary color
Monochromatic Colors of #104C88
Black with #104C88
Text Example
Text Example
White with #104C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C88; }
p { color: rgb(16,76,136); }
H1.HeaderClassName
{
color: #104C88;
}
.AnyTagClassName
{
color: #104C88;
}
</style>
background-color css
<style>
a { background-color: #104C88; }
a { background-color: rgb(16,76,136); }
div.DivClassName
{
background-color: #104C88;
}
.BgClassName
{
background-color: #104C88;
}
</style>
border-color css
<style>
span { border-color: #104C88; }
span { border-color: rgb(16,76,136); }
td.TdClassName
{
border-color: #104C88;
}
.TagClassName
{
border-color: #104C88;
}
</style>