Shades of Dark Cerulean #103584
Tints of Dark Cerulean #103584
RGB
CMYK
RGB Variations
Color information
#103584 (or 0x103584) is known color: Dark Cerulean. HEX triplet: 10, 35 and 84. RGB value is (16,53,132). Sum of RGB (Red+Green+Blue) = 16+53+132=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #103584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103584 is #EFCA7B. Grayscale: #323232. Windows color (decimal): -15714940 or 8664336. OLE color: 8664336.
HSL color Cylindrical-coordinate representation of color #103584: hue angle of 220.86º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103584 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 53 | 132 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.48 |
| HSL | 220.86º | 0.78% | 0.29% | - |
| HSV(B) | 220.86º | 0.88% | 0.52% | - |
| XYZ | 5.65 | 4.32 | 22.37 | - |
| YUV | 50.94 | 173.74 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 132 | 0.88 | 0.60 | 0 | 0.48 | 220.86 | 0.78 | 0.29 |
| Hex | 10 | 35 | 84 | 58 | 3C | 0 | 30 | DD | 4E | 1D |
| Octal | 20 | 65 | 204 | 130 | 74 | 0 | 60 | 335 | 116 | 35 |
| Binary | 10000 | 110101 | 10000100 | 1011000 | 111100 | 0 | 110000 | 11011101 | 1001110 | 11101 |
Color Harmonies of #103584
Complementary color
Monochromatic Colors of #103584
Black with #103584
Text Example
Text Example
White with #103584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103584; }
p { color: rgb(16,53,132); }
H1.HeaderClassName
{
color: #103584;
}
.AnyTagClassName
{
color: #103584;
}
</style>
background-color css
<style>
a { background-color: #103584; }
a { background-color: rgb(16,53,132); }
div.DivClassName
{
background-color: #103584;
}
.BgClassName
{
background-color: #103584;
}
</style>
border-color css
<style>
span { border-color: #103584; }
span { border-color: rgb(16,53,132); }
td.TdClassName
{
border-color: #103584;
}
.TagClassName
{
border-color: #103584;
}
</style>