Shades of Cerulean #0F7997
Tints of Cerulean #0F7997
RGB
CMYK
RGB Variations
Color information
#0F7997 (or 0x0F7997) is known color: Cerulean. HEX triplet: 0F, 79 and 97. RGB value is (15,121,151). Sum of RGB (Red+Green+Blue) = 15+121+151=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F7997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7997 is #F08668. Grayscale: #5C5C5C. Windows color (decimal): -15763049 or 9926927. OLE color: 9926927.
HSL color Cylindrical-coordinate representation of color #0F7997: hue angle of 193.24º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7997 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 121 | 151 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.41 |
| HSL | 193.24º | 0.82% | 0.33% | - |
| HSV(B) | 193.24º | 0.9% | 0.59% | - |
| XYZ | 12.62 | 16.01 | 31.7 | - |
| YUV | 92.73 | 160.88 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 151 | 0.90 | 0.20 | 0 | 0.41 | 193.24 | 0.82 | 0.33 |
| Hex | F | 79 | 97 | 5A | 14 | 0 | 29 | C1 | 52 | 21 |
| Octal | 17 | 171 | 227 | 132 | 24 | 0 | 51 | 301 | 122 | 41 |
| Binary | 1111 | 1111001 | 10010111 | 1011010 | 10100 | 0 | 101001 | 11000001 | 1010010 | 100001 |
Color Harmonies of #0F7997
Complementary color
Monochromatic Colors of #0F7997
Black with #0F7997
Text Example
Text Example
White with #0F7997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7997; }
p { color: rgb(15,121,151); }
H1.HeaderClassName
{
color: #0F7997;
}
.AnyTagClassName
{
color: #0F7997;
}
</style>
background-color css
<style>
a { background-color: #0F7997; }
a { background-color: rgb(15,121,151); }
div.DivClassName
{
background-color: #0F7997;
}
.BgClassName
{
background-color: #0F7997;
}
</style>
border-color css
<style>
span { border-color: #0F7997; }
span { border-color: rgb(15,121,151); }
td.TdClassName
{
border-color: #0F7997;
}
.TagClassName
{
border-color: #0F7997;
}
</style>