Shades of Cerulean #106DA1
Tints of Cerulean #106DA1
RGB
CMYK
RGB Variations
Color information
#106DA1 (or 0x106DA1) is known color: Cerulean. HEX triplet: 10, 6D and A1. RGB value is (16,109,161). Sum of RGB (Red+Green+Blue) = 16+109+161=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #106DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106DA1 is #EF925E. Grayscale: #565656. Windows color (decimal): -15700575 or 10579216. OLE color: 10579216.
HSL color Cylindrical-coordinate representation of color #106DA1: hue angle of 201.52º 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 #106DA1 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 109 | 161 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.37 |
| HSL | 201.52º | 0.82% | 0.35% | - |
| HSV(B) | 201.52º | 0.9% | 0.63% | - |
| XYZ | 12.12 | 13.62 | 35.71 | - |
| YUV | 87.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 161 | 0.90 | 0.32 | 0 | 0.37 | 201.52 | 0.82 | 0.35 |
| Hex | 10 | 6D | A1 | 5A | 20 | 0 | 25 | CA | 52 | 23 |
| Octal | 20 | 155 | 241 | 132 | 40 | 0 | 45 | 312 | 122 | 43 |
| Binary | 10000 | 1101101 | 10100001 | 1011010 | 100000 | 0 | 100101 | 11001010 | 1010010 | 100011 |
Color Harmonies of #106DA1
Complementary color
Monochromatic Colors of #106DA1
Black with #106DA1
Text Example
Text Example
White with #106DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DA1; }
p { color: rgb(16,109,161); }
H1.HeaderClassName
{
color: #106DA1;
}
.AnyTagClassName
{
color: #106DA1;
}
</style>
background-color css
<style>
a { background-color: #106DA1; }
a { background-color: rgb(16,109,161); }
div.DivClassName
{
background-color: #106DA1;
}
.BgClassName
{
background-color: #106DA1;
}
</style>
border-color css
<style>
span { border-color: #106DA1; }
span { border-color: rgb(16,109,161); }
td.TdClassName
{
border-color: #106DA1;
}
.TagClassName
{
border-color: #106DA1;
}
</style>