Shades of Dark Cerulean #105071
Tints of Dark Cerulean #105071
RGB
CMYK
RGB Variations
Color information
#105071 (or 0x105071) is known color: Dark Cerulean. HEX triplet: 10, 50 and 71. RGB value is (16,80,113). Sum of RGB (Red+Green+Blue) = 16+80+113=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #105071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105071 is #EFAF8E. Grayscale: #404040. Windows color (decimal): -15708047 or 7426064. OLE color: 7426064.
HSL color Cylindrical-coordinate representation of color #105071: hue angle of 200.41º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105071 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 80 | 113 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.56 |
| HSL | 200.41º | 0.75% | 0.25% | - |
| HSV(B) | 200.41º | 0.86% | 0.44% | - |
| XYZ | 6.06 | 7.04 | 16.66 | - |
| YUV | 64.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 113 | 0.86 | 0.29 | 0 | 0.56 | 200.41 | 0.75 | 0.25 |
| Hex | 10 | 50 | 71 | 56 | 1D | 0 | 38 | C8 | 4B | 19 |
| Octal | 20 | 120 | 161 | 126 | 35 | 0 | 70 | 310 | 113 | 31 |
| Binary | 10000 | 1010000 | 1110001 | 1010110 | 11101 | 0 | 111000 | 11001000 | 1001011 | 11001 |
Color Harmonies of #105071
Complementary color
Monochromatic Colors of #105071
Black with #105071
Text Example
Text Example
White with #105071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105071; }
p { color: rgb(16,80,113); }
H1.HeaderClassName
{
color: #105071;
}
.AnyTagClassName
{
color: #105071;
}
</style>
background-color css
<style>
a { background-color: #105071; }
a { background-color: rgb(16,80,113); }
div.DivClassName
{
background-color: #105071;
}
.BgClassName
{
background-color: #105071;
}
</style>
border-color css
<style>
span { border-color: #105071; }
span { border-color: rgb(16,80,113); }
td.TdClassName
{
border-color: #105071;
}
.TagClassName
{
border-color: #105071;
}
</style>