Shades of Dark Cerulean #103979
Tints of Dark Cerulean #103979
RGB
CMYK
RGB Variations
Color information
#103979 (or 0x103979) is known color: Dark Cerulean. HEX triplet: 10, 39 and 79. RGB value is (16,57,121). Sum of RGB (Red+Green+Blue) = 16+57+121=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #103979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103979 is #EFC686. Grayscale: #333333. Windows color (decimal): -15713927 or 7944464. OLE color: 7944464.
HSL color Cylindrical-coordinate representation of color #103979: hue angle of 216.57º 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 #103979 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 57 | 121 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.53 |
| HSL | 216.57º | 0.77% | 0.27% | - |
| HSV(B) | 216.57º | 0.87% | 0.47% | - |
| XYZ | 5.13 | 4.42 | 18.67 | - |
| YUV | 52.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 121 | 0.87 | 0.53 | 0 | 0.53 | 216.57 | 0.77 | 0.27 |
| Hex | 10 | 39 | 79 | 57 | 35 | 0 | 35 | D9 | 4D | 1B |
| Octal | 20 | 71 | 171 | 127 | 65 | 0 | 65 | 331 | 115 | 33 |
| Binary | 10000 | 111001 | 1111001 | 1010111 | 110101 | 0 | 110101 | 11011001 | 1001101 | 11011 |
Color Harmonies of #103979
Complementary color
Monochromatic Colors of #103979
Black with #103979
Text Example
Text Example
White with #103979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103979; }
p { color: rgb(16,57,121); }
H1.HeaderClassName
{
color: #103979;
}
.AnyTagClassName
{
color: #103979;
}
</style>
background-color css
<style>
a { background-color: #103979; }
a { background-color: rgb(16,57,121); }
div.DivClassName
{
background-color: #103979;
}
.BgClassName
{
background-color: #103979;
}
</style>
border-color css
<style>
span { border-color: #103979; }
span { border-color: rgb(16,57,121); }
td.TdClassName
{
border-color: #103979;
}
.TagClassName
{
border-color: #103979;
}
</style>