Shades of Dark Cerulean #105388
Tints of Dark Cerulean #105388
RGB
CMYK
RGB Variations
Color information
#105388 (or 0x105388) is known color: Dark Cerulean. HEX triplet: 10, 53 and 88. RGB value is (16,83,136). Sum of RGB (Red+Green+Blue) = 16+83+136=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #105388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105388 is #EFAC77. Grayscale: #444444. Windows color (decimal): -15707256 or 8934160. OLE color: 8934160.
HSL color Cylindrical-coordinate representation of color #105388: hue angle of 206.5º 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 #105388 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 83 | 136 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.47 |
| HSL | 206.5º | 0.79% | 0.3% | - |
| HSV(B) | 206.5º | 0.88% | 0.53% | - |
| XYZ | 7.75 | 8.07 | 24.44 | - |
| YUV | 69.01 | 165.8 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 136 | 0.88 | 0.39 | 0 | 0.47 | 206.5 | 0.79 | 0.3 |
| Hex | 10 | 53 | 88 | 58 | 27 | 0 | 2F | CE | 4F | 1E |
| Octal | 20 | 123 | 210 | 130 | 47 | 0 | 57 | 316 | 117 | 36 |
| Binary | 10000 | 1010011 | 10001000 | 1011000 | 100111 | 0 | 101111 | 11001110 | 1001111 | 11110 |
Color Harmonies of #105388
Complementary color
Monochromatic Colors of #105388
Black with #105388
Text Example
Text Example
White with #105388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105388; }
p { color: rgb(16,83,136); }
H1.HeaderClassName
{
color: #105388;
}
.AnyTagClassName
{
color: #105388;
}
</style>
background-color css
<style>
a { background-color: #105388; }
a { background-color: rgb(16,83,136); }
div.DivClassName
{
background-color: #105388;
}
.BgClassName
{
background-color: #105388;
}
</style>
border-color css
<style>
span { border-color: #105388; }
span { border-color: rgb(16,83,136); }
td.TdClassName
{
border-color: #105388;
}
.TagClassName
{
border-color: #105388;
}
</style>