Shades of Dark Cerulean #103A88
Tints of Dark Cerulean #103A88
RGB
CMYK
RGB Variations
Color information
#103A88 (or 0x103A88) is known color: Dark Cerulean. HEX triplet: 10, 3A and 88. RGB value is (16,58,136). Sum of RGB (Red+Green+Blue) = 16+58+136=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #103A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103A88 is #EFC577. Grayscale: #353535. Windows color (decimal): -15713656 or 8927760. OLE color: 8927760.
HSL color Cylindrical-coordinate representation of color #103A88: hue angle of 219º 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 #103A88 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 58 | 136 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.47 |
| HSL | 219º | 0.79% | 0.3% | - |
| HSV(B) | 219º | 0.88% | 0.53% | - |
| XYZ | 6.17 | 4.91 | 23.92 | - |
| YUV | 54.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 136 | 0.88 | 0.57 | 0 | 0.47 | 219 | 0.79 | 0.3 |
| Hex | 10 | 3A | 88 | 58 | 39 | 0 | 2F | DB | 4F | 1E |
| Octal | 20 | 72 | 210 | 130 | 71 | 0 | 57 | 333 | 117 | 36 |
| Binary | 10000 | 111010 | 10001000 | 1011000 | 111001 | 0 | 101111 | 11011011 | 1001111 | 11110 |
Color Harmonies of #103A88
Complementary color
Monochromatic Colors of #103A88
Black with #103A88
Text Example
Text Example
White with #103A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A88; }
p { color: rgb(16,58,136); }
H1.HeaderClassName
{
color: #103A88;
}
.AnyTagClassName
{
color: #103A88;
}
</style>
background-color css
<style>
a { background-color: #103A88; }
a { background-color: rgb(16,58,136); }
div.DivClassName
{
background-color: #103A88;
}
.BgClassName
{
background-color: #103A88;
}
</style>
border-color css
<style>
span { border-color: #103A88; }
span { border-color: rgb(16,58,136); }
td.TdClassName
{
border-color: #103A88;
}
.TagClassName
{
border-color: #103A88;
}
</style>