Shades of Cerulean #107EA2
Tints of Cerulean #107EA2
RGB
CMYK
RGB Variations
Color information
#107EA2 (or 0x107EA2) is known color: Cerulean. HEX triplet: 10, 7E and A2. RGB value is (16,126,162). Sum of RGB (Red+Green+Blue) = 16+126+162=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #107EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107EA2 is #EF815D. Grayscale: #606060. Windows color (decimal): -15696222 or 10649104. OLE color: 10649104.
HSL color Cylindrical-coordinate representation of color #107EA2: hue angle of 194.79º 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 #107EA2 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 126 | 162 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.36 |
| HSL | 194.79º | 0.82% | 0.35% | - |
| HSV(B) | 194.79º | 0.9% | 0.64% | - |
| XYZ | 14.2 | 17.64 | 36.84 | - |
| YUV | 97.21 | 164.56 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 162 | 0.90 | 0.22 | 0 | 0.36 | 194.79 | 0.82 | 0.35 |
| Hex | 10 | 7E | A2 | 5A | 16 | 0 | 24 | C3 | 52 | 23 |
| Octal | 20 | 176 | 242 | 132 | 26 | 0 | 44 | 303 | 122 | 43 |
| Binary | 10000 | 1111110 | 10100010 | 1011010 | 10110 | 0 | 100100 | 11000011 | 1010010 | 100011 |
Color Harmonies of #107EA2
Complementary color
Monochromatic Colors of #107EA2
Black with #107EA2
Text Example
Text Example
White with #107EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107EA2; }
p { color: rgb(16,126,162); }
H1.HeaderClassName
{
color: #107EA2;
}
.AnyTagClassName
{
color: #107EA2;
}
</style>
background-color css
<style>
a { background-color: #107EA2; }
a { background-color: rgb(16,126,162); }
div.DivClassName
{
background-color: #107EA2;
}
.BgClassName
{
background-color: #107EA2;
}
</style>
border-color css
<style>
span { border-color: #107EA2; }
span { border-color: rgb(16,126,162); }
td.TdClassName
{
border-color: #107EA2;
}
.TagClassName
{
border-color: #107EA2;
}
</style>