Shades of Dark Cerulean #103E79
Tints of Dark Cerulean #103E79
RGB
CMYK
RGB Variations
Color information
#103E79 (or 0x103E79) is known color: Dark Cerulean. HEX triplet: 10, 3E and 79. RGB value is (16,62,121). Sum of RGB (Red+Green+Blue) = 16+62+121=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #103E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E79 is #EFC186. Grayscale: #363636. Windows color (decimal): -15712647 or 7945744. OLE color: 7945744.
HSL color Cylindrical-coordinate representation of color #103E79: hue angle of 213.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103E79 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 62 | 121 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.53 |
| HSL | 213.71º | 0.77% | 0.27% | - |
| HSV(B) | 213.71º | 0.87% | 0.47% | - |
| XYZ | 5.39 | 4.94 | 18.76 | - |
| YUV | 54.97 | 165.26 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 121 | 0.87 | 0.49 | 0 | 0.53 | 213.71 | 0.77 | 0.27 |
| Hex | 10 | 3E | 79 | 57 | 31 | 0 | 35 | D6 | 4D | 1B |
| Octal | 20 | 76 | 171 | 127 | 61 | 0 | 65 | 326 | 115 | 33 |
| Binary | 10000 | 111110 | 1111001 | 1010111 | 110001 | 0 | 110101 | 11010110 | 1001101 | 11011 |
Color Harmonies of #103E79
Complementary color
Monochromatic Colors of #103E79
Black with #103E79
Text Example
Text Example
White with #103E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E79; }
p { color: rgb(16,62,121); }
H1.HeaderClassName
{
color: #103E79;
}
.AnyTagClassName
{
color: #103E79;
}
</style>
background-color css
<style>
a { background-color: #103E79; }
a { background-color: rgb(16,62,121); }
div.DivClassName
{
background-color: #103E79;
}
.BgClassName
{
background-color: #103E79;
}
</style>
border-color css
<style>
span { border-color: #103E79; }
span { border-color: rgb(16,62,121); }
td.TdClassName
{
border-color: #103E79;
}
.TagClassName
{
border-color: #103E79;
}
</style>