Shades of Dark Cerulean #105680
Tints of Dark Cerulean #105680
RGB
CMYK
RGB Variations
Color information
#105680 (or 0x105680) is known color: Dark Cerulean. HEX triplet: 10, 56 and 80. RGB value is (16,86,128). Sum of RGB (Red+Green+Blue) = 16+86+128=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #105680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105680 is #EFA97F. Grayscale: #454545. Windows color (decimal): -15706496 or 8410640. OLE color: 8410640.
HSL color Cylindrical-coordinate representation of color #105680: hue angle of 202.5º 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 #105680 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 86 | 128 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.50 |
| HSL | 202.5º | 0.78% | 0.28% | - |
| HSV(B) | 202.5º | 0.88% | 0.5% | - |
| XYZ | 7.44 | 8.32 | 21.64 | - |
| YUV | 69.86 | 160.81 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 128 | 0.88 | 0.33 | 0 | 0.50 | 202.5 | 0.78 | 0.28 |
| Hex | 10 | 56 | 80 | 58 | 21 | 0 | 32 | CA | 4E | 1C |
| Octal | 20 | 126 | 200 | 130 | 41 | 0 | 62 | 312 | 116 | 34 |
| Binary | 10000 | 1010110 | 10000000 | 1011000 | 100001 | 0 | 110010 | 11001010 | 1001110 | 11100 |
Color Harmonies of #105680
Complementary color
Monochromatic Colors of #105680
Black with #105680
Text Example
Text Example
White with #105680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105680; }
p { color: rgb(16,86,128); }
H1.HeaderClassName
{
color: #105680;
}
.AnyTagClassName
{
color: #105680;
}
</style>
background-color css
<style>
a { background-color: #105680; }
a { background-color: rgb(16,86,128); }
div.DivClassName
{
background-color: #105680;
}
.BgClassName
{
background-color: #105680;
}
</style>
border-color css
<style>
span { border-color: #105680; }
span { border-color: rgb(16,86,128); }
td.TdClassName
{
border-color: #105680;
}
.TagClassName
{
border-color: #105680;
}
</style>