Shades of Dark Cerulean #103583
Tints of Dark Cerulean #103583
RGB
CMYK
RGB Variations
Color information
#103583 (or 0x103583) is known color: Dark Cerulean. HEX triplet: 10, 35 and 83. RGB value is (16,53,131). Sum of RGB (Red+Green+Blue) = 16+53+131=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #103583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103583 is #EFCA7C. Grayscale: #323232. Windows color (decimal): -15714941 or 8598800. OLE color: 8598800.
HSL color Cylindrical-coordinate representation of color #103583: hue angle of 220.7º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103583 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 53 | 131 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.49 |
| HSL | 220.7º | 0.78% | 0.29% | - |
| HSV(B) | 220.7º | 0.88% | 0.51% | - |
| XYZ | 5.58 | 4.3 | 22.01 | - |
| YUV | 50.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 131 | 0.88 | 0.60 | 0 | 0.49 | 220.7 | 0.78 | 0.29 |
| Hex | 10 | 35 | 83 | 58 | 3C | 0 | 31 | DD | 4E | 1D |
| Octal | 20 | 65 | 203 | 130 | 74 | 0 | 61 | 335 | 116 | 35 |
| Binary | 10000 | 110101 | 10000011 | 1011000 | 111100 | 0 | 110001 | 11011101 | 1001110 | 11101 |
Color Harmonies of #103583
Complementary color
Monochromatic Colors of #103583
Black with #103583
Text Example
Text Example
White with #103583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103583; }
p { color: rgb(16,53,131); }
H1.HeaderClassName
{
color: #103583;
}
.AnyTagClassName
{
color: #103583;
}
</style>
background-color css
<style>
a { background-color: #103583; }
a { background-color: rgb(16,53,131); }
div.DivClassName
{
background-color: #103583;
}
.BgClassName
{
background-color: #103583;
}
</style>
border-color css
<style>
span { border-color: #103583; }
span { border-color: rgb(16,53,131); }
td.TdClassName
{
border-color: #103583;
}
.TagClassName
{
border-color: #103583;
}
</style>