Shades of Cerulean #0F7696
Tints of Cerulean #0F7696
RGB
CMYK
RGB Variations
Color information
#0F7696 (or 0x0F7696) is known color: Cerulean. HEX triplet: 0F, 76 and 96. RGB value is (15,118,150). Sum of RGB (Red+Green+Blue) = 15+118+150=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F7696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7696 is #F08969. Grayscale: #5A5A5A. Windows color (decimal): -15763818 or 9860623. OLE color: 9860623.
HSL color Cylindrical-coordinate representation of color #0F7696: hue angle of 194.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7696 is Cyan = 0.9, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 118 | 150 | - |
| CMYK | 0.9 | 0.21 | 0 | 0.41 |
| HSL | 194.22º | 0.82% | 0.32% | - |
| HSV(B) | 194.22º | 0.9% | 0.59% | - |
| XYZ | 12.18 | 15.26 | 31.16 | - |
| YUV | 90.85 | 161.38 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 150 | 0.9 | 0.21 | 0 | 0.41 | 194.22 | 0.82 | 0.32 |
| Hex | F | 76 | 96 | 5A | 15 | 0 | 29 | C2 | 52 | 20 |
| Octal | 17 | 166 | 226 | 132 | 25 | 0 | 51 | 302 | 122 | 40 |
| Binary | 1111 | 1110110 | 10010110 | 1011010 | 10101 | 0 | 101001 | 11000010 | 1010010 | 100000 |
Color Harmonies of #0F7696
Complementary color
Monochromatic Colors of #0F7696
Black with #0F7696
Text Example
Text Example
White with #0F7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7696; }
p { color: rgb(15,118,150); }
H1.HeaderClassName
{
color: #0F7696;
}
.AnyTagClassName
{
color: #0F7696;
}
</style>
background-color css
<style>
a { background-color: #0F7696; }
a { background-color: rgb(15,118,150); }
div.DivClassName
{
background-color: #0F7696;
}
.BgClassName
{
background-color: #0F7696;
}
</style>
border-color css
<style>
span { border-color: #0F7696; }
span { border-color: rgb(15,118,150); }
td.TdClassName
{
border-color: #0F7696;
}
.TagClassName
{
border-color: #0F7696;
}
</style>