Shades of Cerulean #0F7695
Tints of Cerulean #0F7695
RGB
CMYK
RGB Variations
Color information
#0F7695 (or 0x0F7695) is known color: Cerulean. HEX triplet: 0F, 76 and 95. RGB value is (15,118,149). Sum of RGB (Red+Green+Blue) = 15+118+149=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F7695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7695 is #F0896A. Grayscale: #5A5A5A. Windows color (decimal): -15763819 or 9795087. OLE color: 9795087.
HSL color Cylindrical-coordinate representation of color #0F7695: hue angle of 193.88º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7695 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 118 | 149 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.42 |
| HSL | 193.88º | 0.82% | 0.32% | - |
| HSV(B) | 193.88º | 0.9% | 0.58% | - |
| XYZ | 12.1 | 15.23 | 30.74 | - |
| YUV | 90.74 | 160.88 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 149 | 0.90 | 0.21 | 0 | 0.42 | 193.88 | 0.82 | 0.32 |
| Hex | F | 76 | 95 | 5A | 15 | 0 | 2A | C2 | 52 | 20 |
| Octal | 17 | 166 | 225 | 132 | 25 | 0 | 52 | 302 | 122 | 40 |
| Binary | 1111 | 1110110 | 10010101 | 1011010 | 10101 | 0 | 101010 | 11000010 | 1010010 | 100000 |
Color Harmonies of #0F7695
Complementary color
Monochromatic Colors of #0F7695
Black with #0F7695
Text Example
Text Example
White with #0F7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7695; }
p { color: rgb(15,118,149); }
H1.HeaderClassName
{
color: #0F7695;
}
.AnyTagClassName
{
color: #0F7695;
}
</style>
background-color css
<style>
a { background-color: #0F7695; }
a { background-color: rgb(15,118,149); }
div.DivClassName
{
background-color: #0F7695;
}
.BgClassName
{
background-color: #0F7695;
}
</style>
border-color css
<style>
span { border-color: #0F7695; }
span { border-color: rgb(15,118,149); }
td.TdClassName
{
border-color: #0F7695;
}
.TagClassName
{
border-color: #0F7695;
}
</style>