Shades of Cerulean #106BA8
Tints of Cerulean #106BA8
RGB
CMYK
RGB Variations
Color information
#106BA8 (or 0x106BA8) is known color: Cerulean. HEX triplet: 10, 6B and A8. RGB value is (16,107,168). Sum of RGB (Red+Green+Blue) = 16+107+168=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 168 (66.02% from 255 or 57.73% from 291); Max value from RGB is 168 - color contains mainly: blue. Hex color #106BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106BA8 is #EF9457. Grayscale: #565656. Windows color (decimal): -15701080 or 11037456. OLE color: 11037456.
HSL color Cylindrical-coordinate representation of color #106BA8: hue angle of 204.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106BA8 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 107 | 168 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.34 |
| HSL | 204.08º | 0.83% | 0.36% | - |
| HSV(B) | 204.08º | 0.9% | 0.66% | - |
| XYZ | 12.54 | 13.45 | 38.98 | - |
| YUV | 86.75 | 173.85 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 168 | 0.90 | 0.36 | 0 | 0.34 | 204.08 | 0.83 | 0.36 |
| Hex | 10 | 6B | A8 | 5A | 24 | 0 | 22 | CC | 53 | 24 |
| Octal | 20 | 153 | 250 | 132 | 44 | 0 | 42 | 314 | 123 | 44 |
| Binary | 10000 | 1101011 | 10101000 | 1011010 | 100100 | 0 | 100010 | 11001100 | 1010011 | 100100 |
Color Harmonies of #106BA8
Complementary color
Monochromatic Colors of #106BA8
Black with #106BA8
Text Example
Text Example
White with #106BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106BA8; }
p { color: rgb(16,107,168); }
H1.HeaderClassName
{
color: #106BA8;
}
.AnyTagClassName
{
color: #106BA8;
}
</style>
background-color css
<style>
a { background-color: #106BA8; }
a { background-color: rgb(16,107,168); }
div.DivClassName
{
background-color: #106BA8;
}
.BgClassName
{
background-color: #106BA8;
}
</style>
border-color css
<style>
span { border-color: #106BA8; }
span { border-color: rgb(16,107,168); }
td.TdClassName
{
border-color: #106BA8;
}
.TagClassName
{
border-color: #106BA8;
}
</style>