Shades of Dark Cerulean #103F86
Tints of Dark Cerulean #103F86
RGB
CMYK
RGB Variations
Color information
#103F86 (or 0x103F86) is known color: Dark Cerulean. HEX triplet: 10, 3F and 86. RGB value is (16,63,134). Sum of RGB (Red+Green+Blue) = 16+63+134=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #103F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F86 is #EFC079. Grayscale: #383838. Windows color (decimal): -15712378 or 8797968. OLE color: 8797968.
HSL color Cylindrical-coordinate representation of color #103F86: hue angle of 216.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103F86 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 63 | 134 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.47 |
| HSL | 216.1º | 0.79% | 0.29% | - |
| HSV(B) | 216.1º | 0.88% | 0.53% | - |
| XYZ | 6.29 | 5.39 | 23.26 | - |
| YUV | 57.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 134 | 0.88 | 0.53 | 0 | 0.47 | 216.1 | 0.79 | 0.29 |
| Hex | 10 | 3F | 86 | 58 | 35 | 0 | 2F | D8 | 4F | 1D |
| Octal | 20 | 77 | 206 | 130 | 65 | 0 | 57 | 330 | 117 | 35 |
| Binary | 10000 | 111111 | 10000110 | 1011000 | 110101 | 0 | 101111 | 11011000 | 1001111 | 11101 |
Color Harmonies of #103F86
Complementary color
Monochromatic Colors of #103F86
Black with #103F86
Text Example
Text Example
White with #103F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F86; }
p { color: rgb(16,63,134); }
H1.HeaderClassName
{
color: #103F86;
}
.AnyTagClassName
{
color: #103F86;
}
</style>
background-color css
<style>
a { background-color: #103F86; }
a { background-color: rgb(16,63,134); }
div.DivClassName
{
background-color: #103F86;
}
.BgClassName
{
background-color: #103F86;
}
</style>
border-color css
<style>
span { border-color: #103F86; }
span { border-color: rgb(16,63,134); }
td.TdClassName
{
border-color: #103F86;
}
.TagClassName
{
border-color: #103F86;
}
</style>