Shades of Cerulean #106AA0
Tints of Cerulean #106AA0
RGB
CMYK
RGB Variations
Color information
#106AA0 (or 0x106AA0) is known color: Cerulean. HEX triplet: 10, 6A and A0. RGB value is (16,106,160). Sum of RGB (Red+Green+Blue) = 16+106+160=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 160 (62.89% from 255 or 56.74% from 282); Max value from RGB is 160 - color contains mainly: blue. Hex color #106AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106AA0 is #EF955F. Grayscale: #545454. Windows color (decimal): -15701344 or 10512912. OLE color: 10512912.
HSL color Cylindrical-coordinate representation of color #106AA0: hue angle of 202.5º 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 #106AA0 is Cyan = 0.9, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 106 | 160 | - |
| CMYK | 0.9 | 0.34 | 0 | 0.37 |
| HSL | 202.5º | 0.82% | 0.35% | - |
| HSV(B) | 202.5º | 0.9% | 0.63% | - |
| XYZ | 11.71 | 12.96 | 35.14 | - |
| YUV | 85.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 160 | 0.9 | 0.34 | 0 | 0.37 | 202.5 | 0.82 | 0.35 |
| Hex | 10 | 6A | A0 | 5A | 22 | 0 | 25 | CA | 52 | 23 |
| Octal | 20 | 152 | 240 | 132 | 42 | 0 | 45 | 312 | 122 | 43 |
| Binary | 10000 | 1101010 | 10100000 | 1011010 | 100010 | 0 | 100101 | 11001010 | 1010010 | 100011 |
Color Harmonies of #106AA0
Complementary color
Monochromatic Colors of #106AA0
Black with #106AA0
Text Example
Text Example
White with #106AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106AA0; }
p { color: rgb(16,106,160); }
H1.HeaderClassName
{
color: #106AA0;
}
.AnyTagClassName
{
color: #106AA0;
}
</style>
background-color css
<style>
a { background-color: #106AA0; }
a { background-color: rgb(16,106,160); }
div.DivClassName
{
background-color: #106AA0;
}
.BgClassName
{
background-color: #106AA0;
}
</style>
border-color css
<style>
span { border-color: #106AA0; }
span { border-color: rgb(16,106,160); }
td.TdClassName
{
border-color: #106AA0;
}
.TagClassName
{
border-color: #106AA0;
}
</style>