Shades of Cerulean #106BA0
Tints of Cerulean #106BA0
RGB
CMYK
RGB Variations
Color information
#106BA0 (or 0x106BA0) is known color: Cerulean. HEX triplet: 10, 6B and A0. RGB value is (16,107,160). Sum of RGB (Red+Green+Blue) = 16+107+160=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #106BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106BA0 is #EF945F. Grayscale: #555555. Windows color (decimal): -15701088 or 10513168. OLE color: 10513168.
HSL color Cylindrical-coordinate representation of color #106BA0: hue angle of 202.08º 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 #106BA0 is Cyan = 0.9, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 107 | 160 | - |
| CMYK | 0.9 | 0.33 | 0 | 0.37 |
| HSL | 202.08º | 0.82% | 0.35% | - |
| HSV(B) | 202.08º | 0.9% | 0.63% | - |
| XYZ | 11.82 | 13.16 | 35.18 | - |
| YUV | 85.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 160 | 0.9 | 0.33 | 0 | 0.37 | 202.08 | 0.82 | 0.35 |
| Hex | 10 | 6B | A0 | 5A | 21 | 0 | 25 | CA | 52 | 23 |
| Octal | 20 | 153 | 240 | 132 | 41 | 0 | 45 | 312 | 122 | 43 |
| Binary | 10000 | 1101011 | 10100000 | 1011010 | 100001 | 0 | 100101 | 11001010 | 1010010 | 100011 |
Color Harmonies of #106BA0
Complementary color
Monochromatic Colors of #106BA0
Black with #106BA0
Text Example
Text Example
White with #106BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106BA0; }
p { color: rgb(16,107,160); }
H1.HeaderClassName
{
color: #106BA0;
}
.AnyTagClassName
{
color: #106BA0;
}
</style>
background-color css
<style>
a { background-color: #106BA0; }
a { background-color: rgb(16,107,160); }
div.DivClassName
{
background-color: #106BA0;
}
.BgClassName
{
background-color: #106BA0;
}
</style>
border-color css
<style>
span { border-color: #106BA0; }
span { border-color: rgb(16,107,160); }
td.TdClassName
{
border-color: #106BA0;
}
.TagClassName
{
border-color: #106BA0;
}
</style>