Shades of Dark Cerulean #104473
Tints of Dark Cerulean #104473
RGB
CMYK
RGB Variations
Color information
#104473 (or 0x104473) is known color: Dark Cerulean. HEX triplet: 10, 44 and 73. RGB value is (16,68,115). Sum of RGB (Red+Green+Blue) = 16+68+115=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #104473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104473 is #EFBB8C. Grayscale: #393939. Windows color (decimal): -15711117 or 7554064. OLE color: 7554064.
HSL color Cylindrical-coordinate representation of color #104473: hue angle of 208.48º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104473 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 68 | 115 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.55 |
| HSL | 208.48º | 0.76% | 0.26% | - |
| HSV(B) | 208.48º | 0.86% | 0.45% | - |
| XYZ | 5.38 | 5.48 | 16.99 | - |
| YUV | 57.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 115 | 0.86 | 0.41 | 0 | 0.55 | 208.48 | 0.76 | 0.26 |
| Hex | 10 | 44 | 73 | 56 | 29 | 0 | 37 | D0 | 4C | 1A |
| Octal | 20 | 104 | 163 | 126 | 51 | 0 | 67 | 320 | 114 | 32 |
| Binary | 10000 | 1000100 | 1110011 | 1010110 | 101001 | 0 | 110111 | 11010000 | 1001100 | 11010 |
Color Harmonies of #104473
Complementary color
Monochromatic Colors of #104473
Black with #104473
Text Example
Text Example
White with #104473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104473; }
p { color: rgb(16,68,115); }
H1.HeaderClassName
{
color: #104473;
}
.AnyTagClassName
{
color: #104473;
}
</style>
background-color css
<style>
a { background-color: #104473; }
a { background-color: rgb(16,68,115); }
div.DivClassName
{
background-color: #104473;
}
.BgClassName
{
background-color: #104473;
}
</style>
border-color css
<style>
span { border-color: #104473; }
span { border-color: rgb(16,68,115); }
td.TdClassName
{
border-color: #104473;
}
.TagClassName
{
border-color: #104473;
}
</style>