Shades of Dark Cerulean #103E70
Tints of Dark Cerulean #103E70
RGB
CMYK
RGB Variations
Color information
#103E70 (or 0x103E70) is known color: Dark Cerulean. HEX triplet: 10, 3E and 70. RGB value is (16,62,112). Sum of RGB (Red+Green+Blue) = 16+62+112=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #103E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E70 is #EFC18F. Grayscale: #353535. Windows color (decimal): -15712656 or 7355920. OLE color: 7355920.
HSL color Cylindrical-coordinate representation of color #103E70: hue angle of 211.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103E70 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 62 | 112 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.56 |
| HSL | 211.25º | 0.75% | 0.25% | - |
| HSV(B) | 211.25º | 0.86% | 0.44% | - |
| XYZ | 4.86 | 4.73 | 15.99 | - |
| YUV | 53.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 112 | 0.86 | 0.45 | 0 | 0.56 | 211.25 | 0.75 | 0.25 |
| Hex | 10 | 3E | 70 | 56 | 2D | 0 | 38 | D3 | 4B | 19 |
| Octal | 20 | 76 | 160 | 126 | 55 | 0 | 70 | 323 | 113 | 31 |
| Binary | 10000 | 111110 | 1110000 | 1010110 | 101101 | 0 | 111000 | 11010011 | 1001011 | 11001 |
Color Harmonies of #103E70
Complementary color
Monochromatic Colors of #103E70
Black with #103E70
Text Example
Text Example
White with #103E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E70; }
p { color: rgb(16,62,112); }
H1.HeaderClassName
{
color: #103E70;
}
.AnyTagClassName
{
color: #103E70;
}
</style>
background-color css
<style>
a { background-color: #103E70; }
a { background-color: rgb(16,62,112); }
div.DivClassName
{
background-color: #103E70;
}
.BgClassName
{
background-color: #103E70;
}
</style>
border-color css
<style>
span { border-color: #103E70; }
span { border-color: rgb(16,62,112); }
td.TdClassName
{
border-color: #103E70;
}
.TagClassName
{
border-color: #103E70;
}
</style>