Shades of Dark Cerulean #105376
Tints of Dark Cerulean #105376
RGB
CMYK
RGB Variations
Color information
#105376 (or 0x105376) is known color: Dark Cerulean. HEX triplet: 10, 53 and 76. RGB value is (16,83,118). Sum of RGB (Red+Green+Blue) = 16+83+118=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #105376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105376 is #EFAC89. Grayscale: #424242. Windows color (decimal): -15707274 or 7754512. OLE color: 7754512.
HSL color Cylindrical-coordinate representation of color #105376: hue angle of 200.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105376 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 83 | 118 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.54 |
| HSL | 200.59º | 0.76% | 0.26% | - |
| HSV(B) | 200.59º | 0.86% | 0.46% | - |
| XYZ | 6.58 | 7.6 | 18.26 | - |
| YUV | 66.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 118 | 0.86 | 0.30 | 0 | 0.54 | 200.59 | 0.76 | 0.26 |
| Hex | 10 | 53 | 76 | 56 | 1E | 0 | 36 | C9 | 4C | 1A |
| Octal | 20 | 123 | 166 | 126 | 36 | 0 | 66 | 311 | 114 | 32 |
| Binary | 10000 | 1010011 | 1110110 | 1010110 | 11110 | 0 | 110110 | 11001001 | 1001100 | 11010 |
Color Harmonies of #105376
Complementary color
Monochromatic Colors of #105376
Black with #105376
Text Example
Text Example
White with #105376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105376; }
p { color: rgb(16,83,118); }
H1.HeaderClassName
{
color: #105376;
}
.AnyTagClassName
{
color: #105376;
}
</style>
background-color css
<style>
a { background-color: #105376; }
a { background-color: rgb(16,83,118); }
div.DivClassName
{
background-color: #105376;
}
.BgClassName
{
background-color: #105376;
}
</style>
border-color css
<style>
span { border-color: #105376; }
span { border-color: rgb(16,83,118); }
td.TdClassName
{
border-color: #105376;
}
.TagClassName
{
border-color: #105376;
}
</style>