Shades of Cerulean #106DA0
Tints of Cerulean #106DA0
RGB
CMYK
RGB Variations
Color information
#106DA0 (or 0x106DA0) is known color: Cerulean. HEX triplet: 10, 6D and A0. RGB value is (16,109,160). Sum of RGB (Red+Green+Blue) = 16+109+160=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #106DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106DA0 is #EF925F. Grayscale: #565656. Windows color (decimal): -15700576 or 10513680. OLE color: 10513680.
HSL color Cylindrical-coordinate representation of color #106DA0: hue angle of 201.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106DA0 is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 109 | 160 | - |
| CMYK | 0.9 | 0.32 | 0 | 0.37 |
| HSL | 201.25º | 0.82% | 0.35% | - |
| HSV(B) | 201.25º | 0.9% | 0.63% | - |
| XYZ | 12.03 | 13.59 | 35.25 | - |
| YUV | 87.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 160 | 0.9 | 0.32 | 0 | 0.37 | 201.25 | 0.82 | 0.35 |
| Hex | 10 | 6D | A0 | 5A | 20 | 0 | 25 | C9 | 52 | 23 |
| Octal | 20 | 155 | 240 | 132 | 40 | 0 | 45 | 311 | 122 | 43 |
| Binary | 10000 | 1101101 | 10100000 | 1011010 | 100000 | 0 | 100101 | 11001001 | 1010010 | 100011 |
Color Harmonies of #106DA0
Complementary color
Monochromatic Colors of #106DA0
Black with #106DA0
Text Example
Text Example
White with #106DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DA0; }
p { color: rgb(16,109,160); }
H1.HeaderClassName
{
color: #106DA0;
}
.AnyTagClassName
{
color: #106DA0;
}
</style>
background-color css
<style>
a { background-color: #106DA0; }
a { background-color: rgb(16,109,160); }
div.DivClassName
{
background-color: #106DA0;
}
.BgClassName
{
background-color: #106DA0;
}
</style>
border-color css
<style>
span { border-color: #106DA0; }
span { border-color: rgb(16,109,160); }
td.TdClassName
{
border-color: #106DA0;
}
.TagClassName
{
border-color: #106DA0;
}
</style>