Shades of Dark Cerulean #105091
Tints of Dark Cerulean #105091
RGB
CMYK
RGB Variations
Color information
#105091 (or 0x105091) is known color: Dark Cerulean. HEX triplet: 10, 50 and 91. RGB value is (16,80,145). Sum of RGB (Red+Green+Blue) = 16+80+145=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #105091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105091 is #EFAF6E. Grayscale: #434343. Windows color (decimal): -15708015 or 9523216. OLE color: 9523216.
HSL color Cylindrical-coordinate representation of color #105091: hue angle of 210.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 #105091 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 80 | 145 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.43 |
| HSL | 210.23º | 0.8% | 0.32% | - |
| HSV(B) | 210.23º | 0.89% | 0.57% | - |
| XYZ | 8.19 | 7.89 | 27.88 | - |
| YUV | 68.27 | 171.3 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 145 | 0.89 | 0.45 | 0 | 0.43 | 210.23 | 0.8 | 0.32 |
| Hex | 10 | 50 | 91 | 59 | 2D | 0 | 2B | D2 | 50 | 20 |
| Octal | 20 | 120 | 221 | 131 | 55 | 0 | 53 | 322 | 120 | 40 |
| Binary | 10000 | 1010000 | 10010001 | 1011001 | 101101 | 0 | 101011 | 11010010 | 1010000 | 100000 |
Color Harmonies of #105091
Complementary color
Monochromatic Colors of #105091
Black with #105091
Text Example
Text Example
White with #105091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105091; }
p { color: rgb(16,80,145); }
H1.HeaderClassName
{
color: #105091;
}
.AnyTagClassName
{
color: #105091;
}
</style>
background-color css
<style>
a { background-color: #105091; }
a { background-color: rgb(16,80,145); }
div.DivClassName
{
background-color: #105091;
}
.BgClassName
{
background-color: #105091;
}
</style>
border-color css
<style>
span { border-color: #105091; }
span { border-color: rgb(16,80,145); }
td.TdClassName
{
border-color: #105091;
}
.TagClassName
{
border-color: #105091;
}
</style>