Shades of Dark Cerulean #105080
Tints of Dark Cerulean #105080
RGB
CMYK
RGB Variations
Color information
#105080 (or 0x105080) is known color: Dark Cerulean. HEX triplet: 10, 50 and 80. RGB value is (16,80,128). Sum of RGB (Red+Green+Blue) = 16+80+128=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #105080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105080 is #EFAF7F. Grayscale: #424242. Windows color (decimal): -15708032 or 8409104. OLE color: 8409104.
HSL color Cylindrical-coordinate representation of color #105080: hue angle of 205.71º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105080 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 80 | 128 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.50 |
| HSL | 205.71º | 0.78% | 0.28% | - |
| HSV(B) | 205.71º | 0.88% | 0.5% | - |
| XYZ | 6.98 | 7.41 | 21.48 | - |
| YUV | 66.34 | 162.8 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 128 | 0.88 | 0.38 | 0 | 0.50 | 205.71 | 0.78 | 0.28 |
| Hex | 10 | 50 | 80 | 58 | 26 | 0 | 32 | CE | 4E | 1C |
| Octal | 20 | 120 | 200 | 130 | 46 | 0 | 62 | 316 | 116 | 34 |
| Binary | 10000 | 1010000 | 10000000 | 1011000 | 100110 | 0 | 110010 | 11001110 | 1001110 | 11100 |
Color Harmonies of #105080
Complementary color
Monochromatic Colors of #105080
Black with #105080
Text Example
Text Example
White with #105080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105080; }
p { color: rgb(16,80,128); }
H1.HeaderClassName
{
color: #105080;
}
.AnyTagClassName
{
color: #105080;
}
</style>
background-color css
<style>
a { background-color: #105080; }
a { background-color: rgb(16,80,128); }
div.DivClassName
{
background-color: #105080;
}
.BgClassName
{
background-color: #105080;
}
</style>
border-color css
<style>
span { border-color: #105080; }
span { border-color: rgb(16,80,128); }
td.TdClassName
{
border-color: #105080;
}
.TagClassName
{
border-color: #105080;
}
</style>