Shades of Cerulean #107694
Tints of Cerulean #107694
RGB
CMYK
RGB Variations
Color information
#107694 (or 0x107694) is known color: Cerulean. HEX triplet: 10, 76 and 94. RGB value is (16,118,148). Sum of RGB (Red+Green+Blue) = 16+118+148=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #107694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107694 is #EF896B. Grayscale: #5A5A5A. Windows color (decimal): -15698284 or 9729552. OLE color: 9729552.
HSL color Cylindrical-coordinate representation of color #107694: hue angle of 193.64º degrees, saturation: 0.8, 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 #107694 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 118 | 148 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.42 |
| HSL | 193.64º | 0.8% | 0.32% | - |
| HSV(B) | 193.64º | 0.89% | 0.58% | - |
| XYZ | 12.04 | 15.21 | 30.32 | - |
| YUV | 90.92 | 160.21 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 148 | 0.89 | 0.20 | 0 | 0.42 | 193.64 | 0.8 | 0.32 |
| Hex | 10 | 76 | 94 | 59 | 14 | 0 | 2A | C2 | 50 | 20 |
| Octal | 20 | 166 | 224 | 131 | 24 | 0 | 52 | 302 | 120 | 40 |
| Binary | 10000 | 1110110 | 10010100 | 1011001 | 10100 | 0 | 101010 | 11000010 | 1010000 | 100000 |
Color Harmonies of #107694
Complementary color
Monochromatic Colors of #107694
Black with #107694
Text Example
Text Example
White with #107694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107694; }
p { color: rgb(16,118,148); }
H1.HeaderClassName
{
color: #107694;
}
.AnyTagClassName
{
color: #107694;
}
</style>
background-color css
<style>
a { background-color: #107694; }
a { background-color: rgb(16,118,148); }
div.DivClassName
{
background-color: #107694;
}
.BgClassName
{
background-color: #107694;
}
</style>
border-color css
<style>
span { border-color: #107694; }
span { border-color: rgb(16,118,148); }
td.TdClassName
{
border-color: #107694;
}
.TagClassName
{
border-color: #107694;
}
</style>