Shades of Dark Cerulean #104479
Tints of Dark Cerulean #104479
RGB
CMYK
RGB Variations
Color information
#104479 (or 0x104479) is known color: Dark Cerulean. HEX triplet: 10, 44 and 79. RGB value is (16,68,121). Sum of RGB (Red+Green+Blue) = 16+68+121=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #104479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104479 is #EFBB86. Grayscale: #3A3A3A. Windows color (decimal): -15711111 or 7947280. OLE color: 7947280.
HSL color Cylindrical-coordinate representation of color #104479: hue angle of 210.29º 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 #104479 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 68 | 121 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.53 |
| HSL | 210.29º | 0.77% | 0.27% | - |
| HSV(B) | 210.29º | 0.87% | 0.47% | - |
| XYZ | 5.73 | 5.62 | 18.87 | - |
| YUV | 58.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 121 | 0.87 | 0.44 | 0 | 0.53 | 210.29 | 0.77 | 0.27 |
| Hex | 10 | 44 | 79 | 57 | 2C | 0 | 35 | D2 | 4D | 1B |
| Octal | 20 | 104 | 171 | 127 | 54 | 0 | 65 | 322 | 115 | 33 |
| Binary | 10000 | 1000100 | 1111001 | 1010111 | 101100 | 0 | 110101 | 11010010 | 1001101 | 11011 |
Color Harmonies of #104479
Complementary color
Monochromatic Colors of #104479
Black with #104479
Text Example
Text Example
White with #104479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104479; }
p { color: rgb(16,68,121); }
H1.HeaderClassName
{
color: #104479;
}
.AnyTagClassName
{
color: #104479;
}
</style>
background-color css
<style>
a { background-color: #104479; }
a { background-color: rgb(16,68,121); }
div.DivClassName
{
background-color: #104479;
}
.BgClassName
{
background-color: #104479;
}
</style>
border-color css
<style>
span { border-color: #104479; }
span { border-color: rgb(16,68,121); }
td.TdClassName
{
border-color: #104479;
}
.TagClassName
{
border-color: #104479;
}
</style>