Shades of Cerulean #107692
Tints of Cerulean #107692
RGB
CMYK
RGB Variations
Color information
#107692 (or 0x107692) is known color: Cerulean. HEX triplet: 10, 76 and 92. RGB value is (16,118,146). Sum of RGB (Red+Green+Blue) = 16+118+146=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #107692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107692 is #EF896D. Grayscale: #5A5A5A. Windows color (decimal): -15698286 or 9598480. OLE color: 9598480.
HSL color Cylindrical-coordinate representation of color #107692: hue angle of 192.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107692 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 118 | 146 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.43 |
| HSL | 192.92º | 0.8% | 0.32% | - |
| HSV(B) | 192.92º | 0.89% | 0.57% | - |
| XYZ | 11.88 | 15.14 | 29.49 | - |
| YUV | 90.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 146 | 0.89 | 0.19 | 0 | 0.43 | 192.92 | 0.8 | 0.32 |
| Hex | 10 | 76 | 92 | 59 | 13 | 0 | 2B | C1 | 50 | 20 |
| Octal | 20 | 166 | 222 | 131 | 23 | 0 | 53 | 301 | 120 | 40 |
| Binary | 10000 | 1110110 | 10010010 | 1011001 | 10011 | 0 | 101011 | 11000001 | 1010000 | 100000 |
Color Harmonies of #107692
Complementary color
Monochromatic Colors of #107692
Black with #107692
Text Example
Text Example
White with #107692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107692; }
p { color: rgb(16,118,146); }
H1.HeaderClassName
{
color: #107692;
}
.AnyTagClassName
{
color: #107692;
}
</style>
background-color css
<style>
a { background-color: #107692; }
a { background-color: rgb(16,118,146); }
div.DivClassName
{
background-color: #107692;
}
.BgClassName
{
background-color: #107692;
}
</style>
border-color css
<style>
span { border-color: #107692; }
span { border-color: rgb(16,118,146); }
td.TdClassName
{
border-color: #107692;
}
.TagClassName
{
border-color: #107692;
}
</style>