Shades of Cerulean #106DAA
Tints of Cerulean #106DAA
RGB
CMYK
RGB Variations
Color information
#106DAA (or 0x106DAA) is known color: Cerulean. HEX triplet: 10, 6D and AA. RGB value is (16,109,170). Sum of RGB (Red+Green+Blue) = 16+109+170=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #106DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106DAA is #EF9255. Grayscale: #575757. Windows color (decimal): -15700566 or 11169040. OLE color: 11169040.
HSL color Cylindrical-coordinate representation of color #106DAA: hue angle of 203.77º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106DAA is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 109 | 170 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.33 |
| HSL | 203.77º | 0.83% | 0.36% | - |
| HSV(B) | 203.77º | 0.91% | 0.67% | - |
| XYZ | 12.94 | 13.95 | 40.04 | - |
| YUV | 88.15 | 174.19 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 170 | 0.91 | 0.36 | 0 | 0.33 | 203.77 | 0.83 | 0.36 |
| Hex | 10 | 6D | AA | 5B | 24 | 0 | 21 | CC | 53 | 24 |
| Octal | 20 | 155 | 252 | 133 | 44 | 0 | 41 | 314 | 123 | 44 |
| Binary | 10000 | 1101101 | 10101010 | 1011011 | 100100 | 0 | 100001 | 11001100 | 1010011 | 100100 |
Color Harmonies of #106DAA
Complementary color
Monochromatic Colors of #106DAA
Black with #106DAA
Text Example
Text Example
White with #106DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DAA; }
p { color: rgb(16,109,170); }
H1.HeaderClassName
{
color: #106DAA;
}
.AnyTagClassName
{
color: #106DAA;
}
</style>
background-color css
<style>
a { background-color: #106DAA; }
a { background-color: rgb(16,109,170); }
div.DivClassName
{
background-color: #106DAA;
}
.BgClassName
{
background-color: #106DAA;
}
</style>
border-color css
<style>
span { border-color: #106DAA; }
span { border-color: rgb(16,109,170); }
td.TdClassName
{
border-color: #106DAA;
}
.TagClassName
{
border-color: #106DAA;
}
</style>