Shades of Cerulean #107693
Tints of Cerulean #107693
RGB
CMYK
RGB Variations
Color information
#107693 (or 0x107693) is known color: Cerulean. HEX triplet: 10, 76 and 93. RGB value is (16,118,147). Sum of RGB (Red+Green+Blue) = 16+118+147=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #107693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107693 is #EF896C. Grayscale: #5A5A5A. Windows color (decimal): -15698285 or 9664016. OLE color: 9664016.
HSL color Cylindrical-coordinate representation of color #107693: hue angle of 193.28º 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 #107693 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 118 | 147 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.42 |
| HSL | 193.28º | 0.8% | 0.32% | - |
| HSV(B) | 193.28º | 0.89% | 0.58% | - |
| XYZ | 11.96 | 15.17 | 29.9 | - |
| YUV | 90.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 147 | 0.89 | 0.20 | 0 | 0.42 | 193.28 | 0.8 | 0.32 |
| Hex | 10 | 76 | 93 | 59 | 14 | 0 | 2A | C1 | 50 | 20 |
| Octal | 20 | 166 | 223 | 131 | 24 | 0 | 52 | 301 | 120 | 40 |
| Binary | 10000 | 1110110 | 10010011 | 1011001 | 10100 | 0 | 101010 | 11000001 | 1010000 | 100000 |
Color Harmonies of #107693
Complementary color
Monochromatic Colors of #107693
Black with #107693
Text Example
Text Example
White with #107693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107693; }
p { color: rgb(16,118,147); }
H1.HeaderClassName
{
color: #107693;
}
.AnyTagClassName
{
color: #107693;
}
</style>
background-color css
<style>
a { background-color: #107693; }
a { background-color: rgb(16,118,147); }
div.DivClassName
{
background-color: #107693;
}
.BgClassName
{
background-color: #107693;
}
</style>
border-color css
<style>
span { border-color: #107693; }
span { border-color: rgb(16,118,147); }
td.TdClassName
{
border-color: #107693;
}
.TagClassName
{
border-color: #107693;
}
</style>