Shades of Dark Cerulean #105072
Tints of Dark Cerulean #105072
RGB
CMYK
RGB Variations
Color information
#105072 (or 0x105072) is known color: Dark Cerulean. HEX triplet: 10, 50 and 72. RGB value is (16,80,114). Sum of RGB (Red+Green+Blue) = 16+80+114=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #105072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105072 is #EFAF8D. Grayscale: #404040. Windows color (decimal): -15708046 or 7491600. OLE color: 7491600.
HSL color Cylindrical-coordinate representation of color #105072: hue angle of 200.82º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105072 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 80 | 114 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.55 |
| HSL | 200.82º | 0.75% | 0.25% | - |
| HSV(B) | 200.82º | 0.86% | 0.45% | - |
| XYZ | 6.12 | 7.06 | 16.96 | - |
| YUV | 64.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 114 | 0.86 | 0.30 | 0 | 0.55 | 200.82 | 0.75 | 0.25 |
| Hex | 10 | 50 | 72 | 56 | 1E | 0 | 37 | C9 | 4B | 19 |
| Octal | 20 | 120 | 162 | 126 | 36 | 0 | 67 | 311 | 113 | 31 |
| Binary | 10000 | 1010000 | 1110010 | 1010110 | 11110 | 0 | 110111 | 11001001 | 1001011 | 11001 |
Color Harmonies of #105072
Complementary color
Monochromatic Colors of #105072
Black with #105072
Text Example
Text Example
White with #105072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105072; }
p { color: rgb(16,80,114); }
H1.HeaderClassName
{
color: #105072;
}
.AnyTagClassName
{
color: #105072;
}
</style>
background-color css
<style>
a { background-color: #105072; }
a { background-color: rgb(16,80,114); }
div.DivClassName
{
background-color: #105072;
}
.BgClassName
{
background-color: #105072;
}
</style>
border-color css
<style>
span { border-color: #105072; }
span { border-color: rgb(16,80,114); }
td.TdClassName
{
border-color: #105072;
}
.TagClassName
{
border-color: #105072;
}
</style>