Shades of Cerulean #107FA2
Tints of Cerulean #107FA2
RGB
CMYK
RGB Variations
Color information
#107FA2 (or 0x107FA2) is known color: Cerulean. HEX triplet: 10, 7F and A2. RGB value is (16,127,162). Sum of RGB (Red+Green+Blue) = 16+127+162=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #107FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107FA2 is #EF805D. Grayscale: #616161. Windows color (decimal): -15695966 or 10649360. OLE color: 10649360.
HSL color Cylindrical-coordinate representation of color #107FA2: hue angle of 194.38º 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 #107FA2 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 127 | 162 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.36 |
| HSL | 194.38º | 0.82% | 0.35% | - |
| HSV(B) | 194.38º | 0.9% | 0.64% | - |
| XYZ | 14.32 | 17.9 | 36.88 | - |
| YUV | 97.8 | 164.23 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 162 | 0.90 | 0.22 | 0 | 0.36 | 194.38 | 0.82 | 0.35 |
| Hex | 10 | 7F | A2 | 5A | 16 | 0 | 24 | C2 | 52 | 23 |
| Octal | 20 | 177 | 242 | 132 | 26 | 0 | 44 | 302 | 122 | 43 |
| Binary | 10000 | 1111111 | 10100010 | 1011010 | 10110 | 0 | 100100 | 11000010 | 1010010 | 100011 |
Color Harmonies of #107FA2
Complementary color
Monochromatic Colors of #107FA2
Black with #107FA2
Text Example
Text Example
White with #107FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FA2; }
p { color: rgb(16,127,162); }
H1.HeaderClassName
{
color: #107FA2;
}
.AnyTagClassName
{
color: #107FA2;
}
</style>
background-color css
<style>
a { background-color: #107FA2; }
a { background-color: rgb(16,127,162); }
div.DivClassName
{
background-color: #107FA2;
}
.BgClassName
{
background-color: #107FA2;
}
</style>
border-color css
<style>
span { border-color: #107FA2; }
span { border-color: rgb(16,127,162); }
td.TdClassName
{
border-color: #107FA2;
}
.TagClassName
{
border-color: #107FA2;
}
</style>