Shades of Dark Cerulean #103982
Tints of Dark Cerulean #103982
RGB
CMYK
RGB Variations
Color information
#103982 (or 0x103982) is known color: Dark Cerulean. HEX triplet: 10, 39 and 82. RGB value is (16,57,130). Sum of RGB (Red+Green+Blue) = 16+57+130=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #103982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103982 is #EFC67D. Grayscale: #343434. Windows color (decimal): -15713918 or 8534288. OLE color: 8534288.
HSL color Cylindrical-coordinate representation of color #103982: hue angle of 218.42º 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 #103982 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 57 | 130 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.49 |
| HSL | 218.42º | 0.78% | 0.29% | - |
| HSV(B) | 218.42º | 0.88% | 0.51% | - |
| XYZ | 5.71 | 4.65 | 21.72 | - |
| YUV | 53.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 130 | 0.88 | 0.56 | 0 | 0.49 | 218.42 | 0.78 | 0.29 |
| Hex | 10 | 39 | 82 | 58 | 38 | 0 | 31 | DA | 4E | 1D |
| Octal | 20 | 71 | 202 | 130 | 70 | 0 | 61 | 332 | 116 | 35 |
| Binary | 10000 | 111001 | 10000010 | 1011000 | 111000 | 0 | 110001 | 11011010 | 1001110 | 11101 |
Color Harmonies of #103982
Complementary color
Monochromatic Colors of #103982
Black with #103982
Text Example
Text Example
White with #103982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103982; }
p { color: rgb(16,57,130); }
H1.HeaderClassName
{
color: #103982;
}
.AnyTagClassName
{
color: #103982;
}
</style>
background-color css
<style>
a { background-color: #103982; }
a { background-color: rgb(16,57,130); }
div.DivClassName
{
background-color: #103982;
}
.BgClassName
{
background-color: #103982;
}
</style>
border-color css
<style>
span { border-color: #103982; }
span { border-color: rgb(16,57,130); }
td.TdClassName
{
border-color: #103982;
}
.TagClassName
{
border-color: #103982;
}
</style>