Shades of Dark Cerulean #103C88
Tints of Dark Cerulean #103C88
RGB
CMYK
RGB Variations
Color information
#103C88 (or 0x103C88) is known color: Dark Cerulean. HEX triplet: 10, 3C and 88. RGB value is (16,60,136). Sum of RGB (Red+Green+Blue) = 16+60+136=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #103C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C88 is #EFC377. Grayscale: #373737. Windows color (decimal): -15713144 or 8928272. OLE color: 8928272.
HSL color Cylindrical-coordinate representation of color #103C88: hue angle of 218º 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 #103C88 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 60 | 136 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.47 |
| HSL | 218º | 0.79% | 0.3% | - |
| HSV(B) | 218º | 0.88% | 0.53% | - |
| XYZ | 6.27 | 5.12 | 23.95 | - |
| YUV | 55.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 136 | 0.88 | 0.56 | 0 | 0.47 | 218 | 0.79 | 0.3 |
| Hex | 10 | 3C | 88 | 58 | 38 | 0 | 2F | DA | 4F | 1E |
| Octal | 20 | 74 | 210 | 130 | 70 | 0 | 57 | 332 | 117 | 36 |
| Binary | 10000 | 111100 | 10001000 | 1011000 | 111000 | 0 | 101111 | 11011010 | 1001111 | 11110 |
Color Harmonies of #103C88
Complementary color
Monochromatic Colors of #103C88
Black with #103C88
Text Example
Text Example
White with #103C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C88; }
p { color: rgb(16,60,136); }
H1.HeaderClassName
{
color: #103C88;
}
.AnyTagClassName
{
color: #103C88;
}
</style>
background-color css
<style>
a { background-color: #103C88; }
a { background-color: rgb(16,60,136); }
div.DivClassName
{
background-color: #103C88;
}
.BgClassName
{
background-color: #103C88;
}
</style>
border-color css
<style>
span { border-color: #103C88; }
span { border-color: rgb(16,60,136); }
td.TdClassName
{
border-color: #103C88;
}
.TagClassName
{
border-color: #103C88;
}
</style>