Shades of Dark Cerulean #104792
Tints of Dark Cerulean #104792
RGB
CMYK
RGB Variations
Color information
#104792 (or 0x104792) is known color: Dark Cerulean. HEX triplet: 10, 47 and 92. RGB value is (16,71,146). Sum of RGB (Red+Green+Blue) = 16+71+146=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #104792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104792 is #EFB86D. Grayscale: #3E3E3E. Windows color (decimal): -15710318 or 9586448. OLE color: 9586448.
HSL color Cylindrical-coordinate representation of color #104792: hue angle of 214.62º 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 #104792 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 71 | 146 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.43 |
| HSL | 214.62º | 0.8% | 0.32% | - |
| HSV(B) | 214.62º | 0.89% | 0.57% | - |
| XYZ | 7.66 | 6.69 | 28.08 | - |
| YUV | 63.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 146 | 0.89 | 0.51 | 0 | 0.43 | 214.62 | 0.8 | 0.32 |
| Hex | 10 | 47 | 92 | 59 | 33 | 0 | 2B | D7 | 50 | 20 |
| Octal | 20 | 107 | 222 | 131 | 63 | 0 | 53 | 327 | 120 | 40 |
| Binary | 10000 | 1000111 | 10010010 | 1011001 | 110011 | 0 | 101011 | 11010111 | 1010000 | 100000 |
Color Harmonies of #104792
Complementary color
Monochromatic Colors of #104792
Black with #104792
Text Example
Text Example
White with #104792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104792; }
p { color: rgb(16,71,146); }
H1.HeaderClassName
{
color: #104792;
}
.AnyTagClassName
{
color: #104792;
}
</style>
background-color css
<style>
a { background-color: #104792; }
a { background-color: rgb(16,71,146); }
div.DivClassName
{
background-color: #104792;
}
.BgClassName
{
background-color: #104792;
}
</style>
border-color css
<style>
span { border-color: #104792; }
span { border-color: rgb(16,71,146); }
td.TdClassName
{
border-color: #104792;
}
.TagClassName
{
border-color: #104792;
}
</style>