Shades of Dark Cerulean #103D85
Tints of Dark Cerulean #103D85
RGB
CMYK
RGB Variations
Color information
#103D85 (or 0x103D85) is known color: Dark Cerulean. HEX triplet: 10, 3D and 85. RGB value is (16,61,133). Sum of RGB (Red+Green+Blue) = 16+61+133=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #103D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D85 is #EFC27A. Grayscale: #373737. Windows color (decimal): -15712891 or 8731920. OLE color: 8731920.
HSL color Cylindrical-coordinate representation of color #103D85: hue angle of 216.92º degrees, saturation: 0.79, 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 #103D85 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 61 | 133 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.48 |
| HSL | 216.92º | 0.79% | 0.29% | - |
| HSV(B) | 216.92º | 0.88% | 0.52% | - |
| XYZ | 6.12 | 5.14 | 22.86 | - |
| YUV | 55.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 133 | 0.88 | 0.54 | 0 | 0.48 | 216.92 | 0.79 | 0.29 |
| Hex | 10 | 3D | 85 | 58 | 36 | 0 | 30 | D9 | 4F | 1D |
| Octal | 20 | 75 | 205 | 130 | 66 | 0 | 60 | 331 | 117 | 35 |
| Binary | 10000 | 111101 | 10000101 | 1011000 | 110110 | 0 | 110000 | 11011001 | 1001111 | 11101 |
Color Harmonies of #103D85
Complementary color
Monochromatic Colors of #103D85
Black with #103D85
Text Example
Text Example
White with #103D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D85; }
p { color: rgb(16,61,133); }
H1.HeaderClassName
{
color: #103D85;
}
.AnyTagClassName
{
color: #103D85;
}
</style>
background-color css
<style>
a { background-color: #103D85; }
a { background-color: rgb(16,61,133); }
div.DivClassName
{
background-color: #103D85;
}
.BgClassName
{
background-color: #103D85;
}
</style>
border-color css
<style>
span { border-color: #103D85; }
span { border-color: rgb(16,61,133); }
td.TdClassName
{
border-color: #103D85;
}
.TagClassName
{
border-color: #103D85;
}
</style>