Shades of Cerulean #107495
Tints of Cerulean #107495
RGB
CMYK
RGB Variations
Color information
#107495 (or 0x107495) is known color: Cerulean. HEX triplet: 10, 74 and 95. RGB value is (16,116,149). Sum of RGB (Red+Green+Blue) = 16+116+149=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #107495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107495 is #EF8B6A. Grayscale: #595959. Windows color (decimal): -15698795 or 9794576. OLE color: 9794576.
HSL color Cylindrical-coordinate representation of color #107495: hue angle of 194.89º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107495 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 116 | 149 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.42 |
| HSL | 194.89º | 0.81% | 0.32% | - |
| HSV(B) | 194.89º | 0.89% | 0.58% | - |
| XYZ | 11.88 | 14.77 | 30.66 | - |
| YUV | 89.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 149 | 0.89 | 0.22 | 0 | 0.42 | 194.89 | 0.81 | 0.32 |
| Hex | 10 | 74 | 95 | 59 | 16 | 0 | 2A | C3 | 51 | 20 |
| Octal | 20 | 164 | 225 | 131 | 26 | 0 | 52 | 303 | 121 | 40 |
| Binary | 10000 | 1110100 | 10010101 | 1011001 | 10110 | 0 | 101010 | 11000011 | 1010001 | 100000 |
Color Harmonies of #107495
Complementary color
Monochromatic Colors of #107495
Black with #107495
Text Example
Text Example
White with #107495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107495; }
p { color: rgb(16,116,149); }
H1.HeaderClassName
{
color: #107495;
}
.AnyTagClassName
{
color: #107495;
}
</style>
background-color css
<style>
a { background-color: #107495; }
a { background-color: rgb(16,116,149); }
div.DivClassName
{
background-color: #107495;
}
.BgClassName
{
background-color: #107495;
}
</style>
border-color css
<style>
span { border-color: #107495; }
span { border-color: rgb(16,116,149); }
td.TdClassName
{
border-color: #107495;
}
.TagClassName
{
border-color: #107495;
}
</style>