Shades of Cerulean #107299
Tints of Cerulean #107299
RGB
CMYK
RGB Variations
Color information
#107299 (or 0x107299) is known color: Cerulean. HEX triplet: 10, 72 and 99. RGB value is (16,114,153). Sum of RGB (Red+Green+Blue) = 16+114+153=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #107299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107299 is #EF8D66. Grayscale: #585858. Windows color (decimal): -15699303 or 10056208. OLE color: 10056208.
HSL color Cylindrical-coordinate representation of color #107299: hue angle of 197.08º 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 #107299 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 114 | 153 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.4 |
| HSL | 197.08º | 0.81% | 0.33% | - |
| HSV(B) | 197.08º | 0.9% | 0.6% | - |
| XYZ | 11.98 | 14.44 | 32.29 | - |
| YUV | 89.14 | 164.03 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 153 | 0.90 | 0.25 | 0 | 0.4 | 197.08 | 0.81 | 0.33 |
| Hex | 10 | 72 | 99 | 5A | 19 | 0 | 28 | C5 | 51 | 21 |
| Octal | 20 | 162 | 231 | 132 | 31 | 0 | 50 | 305 | 121 | 41 |
| Binary | 10000 | 1110010 | 10011001 | 1011010 | 11001 | 0 | 101000 | 11000101 | 1010001 | 100001 |
Color Harmonies of #107299
Complementary color
Monochromatic Colors of #107299
Black with #107299
Text Example
Text Example
White with #107299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107299; }
p { color: rgb(16,114,153); }
H1.HeaderClassName
{
color: #107299;
}
.AnyTagClassName
{
color: #107299;
}
</style>
background-color css
<style>
a { background-color: #107299; }
a { background-color: rgb(16,114,153); }
div.DivClassName
{
background-color: #107299;
}
.BgClassName
{
background-color: #107299;
}
</style>
border-color css
<style>
span { border-color: #107299; }
span { border-color: rgb(16,114,153); }
td.TdClassName
{
border-color: #107299;
}
.TagClassName
{
border-color: #107299;
}
</style>