Shades of Cerulean #106FA2
Tints of Cerulean #106FA2
RGB
CMYK
RGB Variations
Color information
#106FA2 (or 0x106FA2) is known color: Cerulean. HEX triplet: 10, 6F and A2. RGB value is (16,111,162). Sum of RGB (Red+Green+Blue) = 16+111+162=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #106FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106FA2 is #EF905D. Grayscale: #585858. Windows color (decimal): -15700062 or 10645264. OLE color: 10645264.
HSL color Cylindrical-coordinate representation of color #106FA2: hue angle of 200.96º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106FA2 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 111 | 162 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.36 |
| HSL | 200.96º | 0.82% | 0.35% | - |
| HSV(B) | 200.96º | 0.9% | 0.64% | - |
| XYZ | 12.42 | 14.09 | 36.25 | - |
| YUV | 88.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 162 | 0.90 | 0.31 | 0 | 0.36 | 200.96 | 0.82 | 0.35 |
| Hex | 10 | 6F | A2 | 5A | 1F | 0 | 24 | C9 | 52 | 23 |
| Octal | 20 | 157 | 242 | 132 | 37 | 0 | 44 | 311 | 122 | 43 |
| Binary | 10000 | 1101111 | 10100010 | 1011010 | 11111 | 0 | 100100 | 11001001 | 1010010 | 100011 |
Color Harmonies of #106FA2
Complementary color
Monochromatic Colors of #106FA2
Black with #106FA2
Text Example
Text Example
White with #106FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FA2; }
p { color: rgb(16,111,162); }
H1.HeaderClassName
{
color: #106FA2;
}
.AnyTagClassName
{
color: #106FA2;
}
</style>
background-color css
<style>
a { background-color: #106FA2; }
a { background-color: rgb(16,111,162); }
div.DivClassName
{
background-color: #106FA2;
}
.BgClassName
{
background-color: #106FA2;
}
</style>
border-color css
<style>
span { border-color: #106FA2; }
span { border-color: rgb(16,111,162); }
td.TdClassName
{
border-color: #106FA2;
}
.TagClassName
{
border-color: #106FA2;
}
</style>