Shades of Dark Cerulean #103E82
Tints of Dark Cerulean #103E82
RGB
CMYK
RGB Variations
Color information
#103E82 (or 0x103E82) is known color: Dark Cerulean. HEX triplet: 10, 3E and 82. RGB value is (16,62,130). Sum of RGB (Red+Green+Blue) = 16+62+130=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #103E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103E82 is #EFC17D. Grayscale: #373737. Windows color (decimal): -15712638 or 8535568. OLE color: 8535568.
HSL color Cylindrical-coordinate representation of color #103E82: hue angle of 215.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103E82 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 62 | 130 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.49 |
| HSL | 215.79º | 0.78% | 0.29% | - |
| HSV(B) | 215.79º | 0.88% | 0.51% | - |
| XYZ | 5.97 | 5.17 | 21.8 | - |
| YUV | 56 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 130 | 0.88 | 0.52 | 0 | 0.49 | 215.79 | 0.78 | 0.29 |
| Hex | 10 | 3E | 82 | 58 | 34 | 0 | 31 | D8 | 4E | 1D |
| Octal | 20 | 76 | 202 | 130 | 64 | 0 | 61 | 330 | 116 | 35 |
| Binary | 10000 | 111110 | 10000010 | 1011000 | 110100 | 0 | 110001 | 11011000 | 1001110 | 11101 |
Color Harmonies of #103E82
Complementary color
Monochromatic Colors of #103E82
Black with #103E82
Text Example
Text Example
White with #103E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E82; }
p { color: rgb(16,62,130); }
H1.HeaderClassName
{
color: #103E82;
}
.AnyTagClassName
{
color: #103E82;
}
</style>
background-color css
<style>
a { background-color: #103E82; }
a { background-color: rgb(16,62,130); }
div.DivClassName
{
background-color: #103E82;
}
.BgClassName
{
background-color: #103E82;
}
</style>
border-color css
<style>
span { border-color: #103E82; }
span { border-color: rgb(16,62,130); }
td.TdClassName
{
border-color: #103E82;
}
.TagClassName
{
border-color: #103E82;
}
</style>