Shades of Cerulean #106B9E
Tints of Cerulean #106B9E
RGB
CMYK
RGB Variations
Color information
#106B9E (or 0x106B9E) is known color: Cerulean. HEX triplet: 10, 6B and 9E. RGB value is (16,107,158). Sum of RGB (Red+Green+Blue) = 16+107+158=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #106B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106B9E is #EF9461. Grayscale: #555555. Windows color (decimal): -15701090 or 10382096. OLE color: 10382096.
HSL color Cylindrical-coordinate representation of color #106B9E: hue angle of 201.55º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106B9E is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 107 | 158 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.38 |
| HSL | 201.55º | 0.82% | 0.34% | - |
| HSV(B) | 201.55º | 0.9% | 0.62% | - |
| XYZ | 11.64 | 13.09 | 34.26 | - |
| YUV | 85.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 158 | 0.90 | 0.32 | 0 | 0.38 | 201.55 | 0.82 | 0.34 |
| Hex | 10 | 6B | 9E | 5A | 20 | 0 | 26 | CA | 52 | 22 |
| Octal | 20 | 153 | 236 | 132 | 40 | 0 | 46 | 312 | 122 | 42 |
| Binary | 10000 | 1101011 | 10011110 | 1011010 | 100000 | 0 | 100110 | 11001010 | 1010010 | 100010 |
Color Harmonies of #106B9E
Complementary color
Monochromatic Colors of #106B9E
Black with #106B9E
Text Example
Text Example
White with #106B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106B9E; }
p { color: rgb(16,107,158); }
H1.HeaderClassName
{
color: #106B9E;
}
.AnyTagClassName
{
color: #106B9E;
}
</style>
background-color css
<style>
a { background-color: #106B9E; }
a { background-color: rgb(16,107,158); }
div.DivClassName
{
background-color: #106B9E;
}
.BgClassName
{
background-color: #106B9E;
}
</style>
border-color css
<style>
span { border-color: #106B9E; }
span { border-color: rgb(16,107,158); }
td.TdClassName
{
border-color: #106B9E;
}
.TagClassName
{
border-color: #106B9E;
}
</style>