Shades of Dark Cerulean #103A87
Tints of Dark Cerulean #103A87
RGB
CMYK
RGB Variations
Color information
#103A87 (or 0x103A87) is known color: Dark Cerulean. HEX triplet: 10, 3A and 87. RGB value is (16,58,135). Sum of RGB (Red+Green+Blue) = 16+58+135=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #103A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103A87 is #EFC578. Grayscale: #353535. Windows color (decimal): -15713657 or 8862224. OLE color: 8862224.
HSL color Cylindrical-coordinate representation of color #103A87: hue angle of 218.82º 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 #103A87 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 58 | 135 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.47 |
| HSL | 218.82º | 0.79% | 0.3% | - |
| HSV(B) | 218.82º | 0.88% | 0.53% | - |
| XYZ | 6.1 | 4.89 | 23.54 | - |
| YUV | 54.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 135 | 0.88 | 0.57 | 0 | 0.47 | 218.82 | 0.79 | 0.3 |
| Hex | 10 | 3A | 87 | 58 | 39 | 0 | 2F | DB | 4F | 1E |
| Octal | 20 | 72 | 207 | 130 | 71 | 0 | 57 | 333 | 117 | 36 |
| Binary | 10000 | 111010 | 10000111 | 1011000 | 111001 | 0 | 101111 | 11011011 | 1001111 | 11110 |
Color Harmonies of #103A87
Complementary color
Monochromatic Colors of #103A87
Black with #103A87
Text Example
Text Example
White with #103A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A87; }
p { color: rgb(16,58,135); }
H1.HeaderClassName
{
color: #103A87;
}
.AnyTagClassName
{
color: #103A87;
}
</style>
background-color css
<style>
a { background-color: #103A87; }
a { background-color: rgb(16,58,135); }
div.DivClassName
{
background-color: #103A87;
}
.BgClassName
{
background-color: #103A87;
}
</style>
border-color css
<style>
span { border-color: #103A87; }
span { border-color: rgb(16,58,135); }
td.TdClassName
{
border-color: #103A87;
}
.TagClassName
{
border-color: #103A87;
}
</style>