Shades of Dark Cerulean #105375
Tints of Dark Cerulean #105375
RGB
CMYK
RGB Variations
Color information
#105375 (or 0x105375) is known color: Dark Cerulean. HEX triplet: 10, 53 and 75. RGB value is (16,83,117). Sum of RGB (Red+Green+Blue) = 16+83+117=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #105375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105375 is #EFAC8A. Grayscale: #424242. Windows color (decimal): -15707275 or 7688976. OLE color: 7688976.
HSL color Cylindrical-coordinate representation of color #105375: hue angle of 200.2º 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 #105375 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 83 | 117 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.54 |
| HSL | 200.2º | 0.76% | 0.26% | - |
| HSV(B) | 200.2º | 0.86% | 0.46% | - |
| XYZ | 6.52 | 7.58 | 17.95 | - |
| YUV | 66.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 117 | 0.86 | 0.29 | 0 | 0.54 | 200.2 | 0.76 | 0.26 |
| Hex | 10 | 53 | 75 | 56 | 1D | 0 | 36 | C8 | 4C | 1A |
| Octal | 20 | 123 | 165 | 126 | 35 | 0 | 66 | 310 | 114 | 32 |
| Binary | 10000 | 1010011 | 1110101 | 1010110 | 11101 | 0 | 110110 | 11001000 | 1001100 | 11010 |
Color Harmonies of #105375
Complementary color
Monochromatic Colors of #105375
Black with #105375
Text Example
Text Example
White with #105375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105375; }
p { color: rgb(16,83,117); }
H1.HeaderClassName
{
color: #105375;
}
.AnyTagClassName
{
color: #105375;
}
</style>
background-color css
<style>
a { background-color: #105375; }
a { background-color: rgb(16,83,117); }
div.DivClassName
{
background-color: #105375;
}
.BgClassName
{
background-color: #105375;
}
</style>
border-color css
<style>
span { border-color: #105375; }
span { border-color: rgb(16,83,117); }
td.TdClassName
{
border-color: #105375;
}
.TagClassName
{
border-color: #105375;
}
</style>