Shades of Dark Cerulean #103C83
Tints of Dark Cerulean #103C83
RGB
CMYK
RGB Variations
Color information
#103C83 (or 0x103C83) is known color: Dark Cerulean. HEX triplet: 10, 3C and 83. RGB value is (16,60,131). Sum of RGB (Red+Green+Blue) = 16+60+131=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #103C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C83 is #EFC37C. Grayscale: #363636. Windows color (decimal): -15713149 or 8600592. OLE color: 8600592.
HSL color Cylindrical-coordinate representation of color #103C83: hue angle of 217.04º 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 #103C83 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 60 | 131 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.49 |
| HSL | 217.04º | 0.78% | 0.29% | - |
| HSV(B) | 217.04º | 0.88% | 0.51% | - |
| XYZ | 5.93 | 4.98 | 22.12 | - |
| YUV | 54.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 131 | 0.88 | 0.54 | 0 | 0.49 | 217.04 | 0.78 | 0.29 |
| Hex | 10 | 3C | 83 | 58 | 36 | 0 | 31 | D9 | 4E | 1D |
| Octal | 20 | 74 | 203 | 130 | 66 | 0 | 61 | 331 | 116 | 35 |
| Binary | 10000 | 111100 | 10000011 | 1011000 | 110110 | 0 | 110001 | 11011001 | 1001110 | 11101 |
Color Harmonies of #103C83
Complementary color
Monochromatic Colors of #103C83
Black with #103C83
Text Example
Text Example
White with #103C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C83; }
p { color: rgb(16,60,131); }
H1.HeaderClassName
{
color: #103C83;
}
.AnyTagClassName
{
color: #103C83;
}
</style>
background-color css
<style>
a { background-color: #103C83; }
a { background-color: rgb(16,60,131); }
div.DivClassName
{
background-color: #103C83;
}
.BgClassName
{
background-color: #103C83;
}
</style>
border-color css
<style>
span { border-color: #103C83; }
span { border-color: rgb(16,60,131); }
td.TdClassName
{
border-color: #103C83;
}
.TagClassName
{
border-color: #103C83;
}
</style>