Shades of Cerulean #107199
Tints of Cerulean #107199
RGB
CMYK
RGB Variations
Color information
#107199 (or 0x107199) is known color: Cerulean. HEX triplet: 10, 71 and 99. RGB value is (16,113,153). Sum of RGB (Red+Green+Blue) = 16+113+153=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #107199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107199 is #EF8E66. Grayscale: #585858. Windows color (decimal): -15699559 or 10055952. OLE color: 10055952.
HSL color Cylindrical-coordinate representation of color #107199: hue angle of 197.52º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107199 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 113 | 153 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.4 |
| HSL | 197.52º | 0.81% | 0.33% | - |
| HSV(B) | 197.52º | 0.9% | 0.6% | - |
| XYZ | 11.87 | 14.22 | 32.26 | - |
| YUV | 88.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 153 | 0.90 | 0.26 | 0 | 0.4 | 197.52 | 0.81 | 0.33 |
| Hex | 10 | 71 | 99 | 5A | 1A | 0 | 28 | C6 | 51 | 21 |
| Octal | 20 | 161 | 231 | 132 | 32 | 0 | 50 | 306 | 121 | 41 |
| Binary | 10000 | 1110001 | 10011001 | 1011010 | 11010 | 0 | 101000 | 11000110 | 1010001 | 100001 |
Color Harmonies of #107199
Complementary color
Monochromatic Colors of #107199
Black with #107199
Text Example
Text Example
White with #107199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107199; }
p { color: rgb(16,113,153); }
H1.HeaderClassName
{
color: #107199;
}
.AnyTagClassName
{
color: #107199;
}
</style>
background-color css
<style>
a { background-color: #107199; }
a { background-color: rgb(16,113,153); }
div.DivClassName
{
background-color: #107199;
}
.BgClassName
{
background-color: #107199;
}
</style>
border-color css
<style>
span { border-color: #107199; }
span { border-color: rgb(16,113,153); }
td.TdClassName
{
border-color: #107199;
}
.TagClassName
{
border-color: #107199;
}
</style>