Shades of Dark Cerulean #104A95
Tints of Dark Cerulean #104A95
RGB
CMYK
RGB Variations
Color information
#104A95 (or 0x104A95) is known color: Dark Cerulean. HEX triplet: 10, 4A and 95. RGB value is (16,74,149). Sum of RGB (Red+Green+Blue) = 16+74+149=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #104A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A95 is #EFB56A. Grayscale: #404040. Windows color (decimal): -15709547 or 9783824. OLE color: 9783824.
HSL color Cylindrical-coordinate representation of color #104A95: hue angle of 213.83º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104A95 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 74 | 149 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.42 |
| HSL | 213.83º | 0.81% | 0.32% | - |
| HSV(B) | 213.83º | 0.89% | 0.58% | - |
| XYZ | 8.09 | 7.18 | 29.39 | - |
| YUV | 65.21 | 175.28 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 149 | 0.89 | 0.50 | 0 | 0.42 | 213.83 | 0.81 | 0.32 |
| Hex | 10 | 4A | 95 | 59 | 32 | 0 | 2A | D6 | 51 | 20 |
| Octal | 20 | 112 | 225 | 131 | 62 | 0 | 52 | 326 | 121 | 40 |
| Binary | 10000 | 1001010 | 10010101 | 1011001 | 110010 | 0 | 101010 | 11010110 | 1010001 | 100000 |
Color Harmonies of #104A95
Complementary color
Monochromatic Colors of #104A95
Black with #104A95
Text Example
Text Example
White with #104A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A95; }
p { color: rgb(16,74,149); }
H1.HeaderClassName
{
color: #104A95;
}
.AnyTagClassName
{
color: #104A95;
}
</style>
background-color css
<style>
a { background-color: #104A95; }
a { background-color: rgb(16,74,149); }
div.DivClassName
{
background-color: #104A95;
}
.BgClassName
{
background-color: #104A95;
}
</style>
border-color css
<style>
span { border-color: #104A95; }
span { border-color: rgb(16,74,149); }
td.TdClassName
{
border-color: #104A95;
}
.TagClassName
{
border-color: #104A95;
}
</style>