Shades of Dark Cerulean #105092
Tints of Dark Cerulean #105092
RGB
CMYK
RGB Variations
Color information
#105092 (or 0x105092) is known color: Dark Cerulean. HEX triplet: 10, 50 and 92. RGB value is (16,80,146). Sum of RGB (Red+Green+Blue) = 16+80+146=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #105092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105092 is #EFAF6D. Grayscale: #444444. Windows color (decimal): -15708014 or 9588752. OLE color: 9588752.
HSL color Cylindrical-coordinate representation of color #105092: hue angle of 210.46º 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 #105092 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 80 | 146 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.43 |
| HSL | 210.46º | 0.8% | 0.32% | - |
| HSV(B) | 210.46º | 0.89% | 0.57% | - |
| XYZ | 8.27 | 7.92 | 28.29 | - |
| YUV | 68.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 146 | 0.89 | 0.45 | 0 | 0.43 | 210.46 | 0.8 | 0.32 |
| Hex | 10 | 50 | 92 | 59 | 2D | 0 | 2B | D2 | 50 | 20 |
| Octal | 20 | 120 | 222 | 131 | 55 | 0 | 53 | 322 | 120 | 40 |
| Binary | 10000 | 1010000 | 10010010 | 1011001 | 101101 | 0 | 101011 | 11010010 | 1010000 | 100000 |
Color Harmonies of #105092
Complementary color
Monochromatic Colors of #105092
Black with #105092
Text Example
Text Example
White with #105092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105092; }
p { color: rgb(16,80,146); }
H1.HeaderClassName
{
color: #105092;
}
.AnyTagClassName
{
color: #105092;
}
</style>
background-color css
<style>
a { background-color: #105092; }
a { background-color: rgb(16,80,146); }
div.DivClassName
{
background-color: #105092;
}
.BgClassName
{
background-color: #105092;
}
</style>
border-color css
<style>
span { border-color: #105092; }
span { border-color: rgb(16,80,146); }
td.TdClassName
{
border-color: #105092;
}
.TagClassName
{
border-color: #105092;
}
</style>