Shades of Dark Cerulean #105288
Tints of Dark Cerulean #105288
RGB
CMYK
RGB Variations
Color information
#105288 (or 0x105288) is known color: Dark Cerulean. HEX triplet: 10, 52 and 88. RGB value is (16,82,136). Sum of RGB (Red+Green+Blue) = 16+82+136=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #105288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105288 is #EFAD77. Grayscale: #444444. Windows color (decimal): -15707512 or 8933904. OLE color: 8933904.
HSL color Cylindrical-coordinate representation of color #105288: hue angle of 207º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105288 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 82 | 136 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.47 |
| HSL | 207º | 0.79% | 0.3% | - |
| HSV(B) | 207º | 0.88% | 0.53% | - |
| XYZ | 7.67 | 7.92 | 24.42 | - |
| YUV | 68.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 136 | 0.88 | 0.40 | 0 | 0.47 | 207 | 0.79 | 0.3 |
| Hex | 10 | 52 | 88 | 58 | 28 | 0 | 2F | CF | 4F | 1E |
| Octal | 20 | 122 | 210 | 130 | 50 | 0 | 57 | 317 | 117 | 36 |
| Binary | 10000 | 1010010 | 10001000 | 1011000 | 101000 | 0 | 101111 | 11001111 | 1001111 | 11110 |
Color Harmonies of #105288
Complementary color
Monochromatic Colors of #105288
Black with #105288
Text Example
Text Example
White with #105288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105288; }
p { color: rgb(16,82,136); }
H1.HeaderClassName
{
color: #105288;
}
.AnyTagClassName
{
color: #105288;
}
</style>
background-color css
<style>
a { background-color: #105288; }
a { background-color: rgb(16,82,136); }
div.DivClassName
{
background-color: #105288;
}
.BgClassName
{
background-color: #105288;
}
</style>
border-color css
<style>
span { border-color: #105288; }
span { border-color: rgb(16,82,136); }
td.TdClassName
{
border-color: #105288;
}
.TagClassName
{
border-color: #105288;
}
</style>