Shades of Dark Cerulean #103E85
Tints of Dark Cerulean #103E85
RGB
CMYK
RGB Variations
Color information
#103E85 (or 0x103E85) is known color: Dark Cerulean. HEX triplet: 10, 3E and 85. RGB value is (16,62,133). Sum of RGB (Red+Green+Blue) = 16+62+133=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #103E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103E85 is #EFC17A. Grayscale: #383838. Windows color (decimal): -15712635 or 8732176. OLE color: 8732176.
HSL color Cylindrical-coordinate representation of color #103E85: hue angle of 216.41º 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 #103E85 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 62 | 133 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.48 |
| HSL | 216.41º | 0.79% | 0.29% | - |
| HSV(B) | 216.41º | 0.88% | 0.52% | - |
| XYZ | 6.17 | 5.25 | 22.88 | - |
| YUV | 56.34 | 171.26 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 133 | 0.88 | 0.53 | 0 | 0.48 | 216.41 | 0.79 | 0.29 |
| Hex | 10 | 3E | 85 | 58 | 35 | 0 | 30 | D8 | 4F | 1D |
| Octal | 20 | 76 | 205 | 130 | 65 | 0 | 60 | 330 | 117 | 35 |
| Binary | 10000 | 111110 | 10000101 | 1011000 | 110101 | 0 | 110000 | 11011000 | 1001111 | 11101 |
Color Harmonies of #103E85
Complementary color
Monochromatic Colors of #103E85
Black with #103E85
Text Example
Text Example
White with #103E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E85; }
p { color: rgb(16,62,133); }
H1.HeaderClassName
{
color: #103E85;
}
.AnyTagClassName
{
color: #103E85;
}
</style>
background-color css
<style>
a { background-color: #103E85; }
a { background-color: rgb(16,62,133); }
div.DivClassName
{
background-color: #103E85;
}
.BgClassName
{
background-color: #103E85;
}
</style>
border-color css
<style>
span { border-color: #103E85; }
span { border-color: rgb(16,62,133); }
td.TdClassName
{
border-color: #103E85;
}
.TagClassName
{
border-color: #103E85;
}
</style>