Shades of Dark Cerulean #103D83
Tints of Dark Cerulean #103D83
RGB
CMYK
RGB Variations
Color information
#103D83 (or 0x103D83) is known color: Dark Cerulean. HEX triplet: 10, 3D and 83. RGB value is (16,61,131). Sum of RGB (Red+Green+Blue) = 16+61+131=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #103D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D83 is #EFC27C. Grayscale: #373737. Windows color (decimal): -15712893 or 8600848. OLE color: 8600848.
HSL color Cylindrical-coordinate representation of color #103D83: hue angle of 216.52º 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 #103D83 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 61 | 131 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.49 |
| HSL | 216.52º | 0.78% | 0.29% | - |
| HSV(B) | 216.52º | 0.88% | 0.51% | - |
| XYZ | 5.98 | 5.09 | 22.14 | - |
| YUV | 55.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 131 | 0.88 | 0.53 | 0 | 0.49 | 216.52 | 0.78 | 0.29 |
| Hex | 10 | 3D | 83 | 58 | 35 | 0 | 31 | D9 | 4E | 1D |
| Octal | 20 | 75 | 203 | 130 | 65 | 0 | 61 | 331 | 116 | 35 |
| Binary | 10000 | 111101 | 10000011 | 1011000 | 110101 | 0 | 110001 | 11011001 | 1001110 | 11101 |
Color Harmonies of #103D83
Complementary color
Monochromatic Colors of #103D83
Black with #103D83
Text Example
Text Example
White with #103D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D83; }
p { color: rgb(16,61,131); }
H1.HeaderClassName
{
color: #103D83;
}
.AnyTagClassName
{
color: #103D83;
}
</style>
background-color css
<style>
a { background-color: #103D83; }
a { background-color: rgb(16,61,131); }
div.DivClassName
{
background-color: #103D83;
}
.BgClassName
{
background-color: #103D83;
}
</style>
border-color css
<style>
span { border-color: #103D83; }
span { border-color: rgb(16,61,131); }
td.TdClassName
{
border-color: #103D83;
}
.TagClassName
{
border-color: #103D83;
}
</style>