Shades of Dark Cerulean #104A84
Tints of Dark Cerulean #104A84
RGB
CMYK
RGB Variations
Color information
#104A84 (or 0x104A84) is known color: Dark Cerulean. HEX triplet: 10, 4A and 84. RGB value is (16,74,132). Sum of RGB (Red+Green+Blue) = 16+74+132=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #104A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A84 is #EFB57B. Grayscale: #3E3E3E. Windows color (decimal): -15709564 or 8669712. OLE color: 8669712.
HSL color Cylindrical-coordinate representation of color #104A84: hue angle of 210º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104A84 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 74 | 132 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.48 |
| HSL | 210º | 0.78% | 0.29% | - |
| HSV(B) | 210º | 0.88% | 0.52% | - |
| XYZ | 6.83 | 6.67 | 22.76 | - |
| YUV | 63.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 132 | 0.88 | 0.44 | 0 | 0.48 | 210 | 0.78 | 0.29 |
| Hex | 10 | 4A | 84 | 58 | 2C | 0 | 30 | D2 | 4E | 1D |
| Octal | 20 | 112 | 204 | 130 | 54 | 0 | 60 | 322 | 116 | 35 |
| Binary | 10000 | 1001010 | 10000100 | 1011000 | 101100 | 0 | 110000 | 11010010 | 1001110 | 11101 |
Color Harmonies of #104A84
Complementary color
Monochromatic Colors of #104A84
Black with #104A84
Text Example
Text Example
White with #104A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A84; }
p { color: rgb(16,74,132); }
H1.HeaderClassName
{
color: #104A84;
}
.AnyTagClassName
{
color: #104A84;
}
</style>
background-color css
<style>
a { background-color: #104A84; }
a { background-color: rgb(16,74,132); }
div.DivClassName
{
background-color: #104A84;
}
.BgClassName
{
background-color: #104A84;
}
</style>
border-color css
<style>
span { border-color: #104A84; }
span { border-color: rgb(16,74,132); }
td.TdClassName
{
border-color: #104A84;
}
.TagClassName
{
border-color: #104A84;
}
</style>