Shades of Cerulean #106EA4
Tints of Cerulean #106EA4
RGB
CMYK
RGB Variations
Color information
#106EA4 (or 0x106EA4) is known color: Cerulean. HEX triplet: 10, 6E and A4. RGB value is (16,110,164). Sum of RGB (Red+Green+Blue) = 16+110+164=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #106EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106EA4 is #EF915B. Grayscale: #575757. Windows color (decimal): -15700316 or 10776080. OLE color: 10776080.
HSL color Cylindrical-coordinate representation of color #106EA4: hue angle of 201.89º 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 #106EA4 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 110 | 164 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.36 |
| HSL | 201.89º | 0.82% | 0.35% | - |
| HSV(B) | 201.89º | 0.9% | 0.64% | - |
| XYZ | 12.49 | 13.94 | 37.15 | - |
| YUV | 88.05 | 170.86 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 164 | 0.90 | 0.33 | 0 | 0.36 | 201.89 | 0.82 | 0.35 |
| Hex | 10 | 6E | A4 | 5A | 21 | 0 | 24 | CA | 52 | 23 |
| Octal | 20 | 156 | 244 | 132 | 41 | 0 | 44 | 312 | 122 | 43 |
| Binary | 10000 | 1101110 | 10100100 | 1011010 | 100001 | 0 | 100100 | 11001010 | 1010010 | 100011 |
Color Harmonies of #106EA4
Complementary color
Monochromatic Colors of #106EA4
Black with #106EA4
Text Example
Text Example
White with #106EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EA4; }
p { color: rgb(16,110,164); }
H1.HeaderClassName
{
color: #106EA4;
}
.AnyTagClassName
{
color: #106EA4;
}
</style>
background-color css
<style>
a { background-color: #106EA4; }
a { background-color: rgb(16,110,164); }
div.DivClassName
{
background-color: #106EA4;
}
.BgClassName
{
background-color: #106EA4;
}
</style>
border-color css
<style>
span { border-color: #106EA4; }
span { border-color: rgb(16,110,164); }
td.TdClassName
{
border-color: #106EA4;
}
.TagClassName
{
border-color: #106EA4;
}
</style>