Shades of Cerulean #0F7895
Tints of Cerulean #0F7895
RGB
CMYK
RGB Variations
Color information
#0F7895 (or 0x0F7895) is known color: Cerulean. HEX triplet: 0F, 78 and 95. RGB value is (15,120,149). Sum of RGB (Red+Green+Blue) = 15+120+149=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F7895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7895 is #F0876A. Grayscale: #5B5B5B. Windows color (decimal): -15763307 or 9795599. OLE color: 9795599.
HSL color Cylindrical-coordinate representation of color #0F7895: hue angle of 192.99º 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 #0F7895 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 120 | 149 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.42 |
| HSL | 192.99º | 0.82% | 0.32% | - |
| HSV(B) | 192.99º | 0.9% | 0.58% | - |
| XYZ | 12.34 | 15.7 | 30.81 | - |
| YUV | 91.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 149 | 0.90 | 0.19 | 0 | 0.42 | 192.99 | 0.82 | 0.32 |
| Hex | F | 78 | 95 | 5A | 13 | 0 | 2A | C1 | 52 | 20 |
| Octal | 17 | 170 | 225 | 132 | 23 | 0 | 52 | 301 | 122 | 40 |
| Binary | 1111 | 1111000 | 10010101 | 1011010 | 10011 | 0 | 101010 | 11000001 | 1010010 | 100000 |
Color Harmonies of #0F7895
Complementary color
Monochromatic Colors of #0F7895
Black with #0F7895
Text Example
Text Example
White with #0F7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7895; }
p { color: rgb(15,120,149); }
H1.HeaderClassName
{
color: #0F7895;
}
.AnyTagClassName
{
color: #0F7895;
}
</style>
background-color css
<style>
a { background-color: #0F7895; }
a { background-color: rgb(15,120,149); }
div.DivClassName
{
background-color: #0F7895;
}
.BgClassName
{
background-color: #0F7895;
}
</style>
border-color css
<style>
span { border-color: #0F7895; }
span { border-color: rgb(15,120,149); }
td.TdClassName
{
border-color: #0F7895;
}
.TagClassName
{
border-color: #0F7895;
}
</style>