Shades of Dark Cerulean #104A92
Tints of Dark Cerulean #104A92
RGB
CMYK
RGB Variations
Color information
#104A92 (or 0x104A92) is known color: Dark Cerulean. HEX triplet: 10, 4A and 92. RGB value is (16,74,146). Sum of RGB (Red+Green+Blue) = 16+74+146=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #104A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A92 is #EFB56D. Grayscale: #404040. Windows color (decimal): -15709550 or 9587216. OLE color: 9587216.
HSL color Cylindrical-coordinate representation of color #104A92: hue angle of 213.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104A92 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 74 | 146 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.43 |
| HSL | 213.23º | 0.8% | 0.32% | - |
| HSV(B) | 213.23º | 0.89% | 0.57% | - |
| XYZ | 7.85 | 7.08 | 28.15 | - |
| YUV | 64.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 146 | 0.89 | 0.49 | 0 | 0.43 | 213.23 | 0.8 | 0.32 |
| Hex | 10 | 4A | 92 | 59 | 31 | 0 | 2B | D5 | 50 | 20 |
| Octal | 20 | 112 | 222 | 131 | 61 | 0 | 53 | 325 | 120 | 40 |
| Binary | 10000 | 1001010 | 10010010 | 1011001 | 110001 | 0 | 101011 | 11010101 | 1010000 | 100000 |
Color Harmonies of #104A92
Complementary color
Monochromatic Colors of #104A92
Black with #104A92
Text Example
Text Example
White with #104A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A92; }
p { color: rgb(16,74,146); }
H1.HeaderClassName
{
color: #104A92;
}
.AnyTagClassName
{
color: #104A92;
}
</style>
background-color css
<style>
a { background-color: #104A92; }
a { background-color: rgb(16,74,146); }
div.DivClassName
{
background-color: #104A92;
}
.BgClassName
{
background-color: #104A92;
}
</style>
border-color css
<style>
span { border-color: #104A92; }
span { border-color: rgb(16,74,146); }
td.TdClassName
{
border-color: #104A92;
}
.TagClassName
{
border-color: #104A92;
}
</style>