Shades of Cerulean #0F7591
Tints of Cerulean #0F7591
RGB
CMYK
RGB Variations
Color information
#0F7591 (or 0x0F7591) is known color: Cerulean. HEX triplet: 0F, 75 and 91. RGB value is (15,117,145). Sum of RGB (Red+Green+Blue) = 15+117+145=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F7591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7591 is #F08A6E. Grayscale: #595959. Windows color (decimal): -15764079 or 9532687. OLE color: 9532687.
HSL color Cylindrical-coordinate representation of color #0F7591: hue angle of 192.92º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7591 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 117 | 145 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.43 |
| HSL | 192.92º | 0.81% | 0.31% | - |
| HSV(B) | 192.92º | 0.9% | 0.57% | - |
| XYZ | 11.67 | 14.87 | 29.04 | - |
| YUV | 89.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 117 | 145 | 0.90 | 0.19 | 0 | 0.43 | 192.92 | 0.81 | 0.31 |
| Hex | F | 75 | 91 | 5A | 13 | 0 | 2B | C1 | 51 | 1F |
| Octal | 17 | 165 | 221 | 132 | 23 | 0 | 53 | 301 | 121 | 37 |
| Binary | 1111 | 1110101 | 10010001 | 1011010 | 10011 | 0 | 101011 | 11000001 | 1010001 | 11111 |
Color Harmonies of #0F7591
Complementary color
Monochromatic Colors of #0F7591
Black with #0F7591
Text Example
Text Example
White with #0F7591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7591; }
p { color: rgb(15,117,145); }
H1.HeaderClassName
{
color: #0F7591;
}
.AnyTagClassName
{
color: #0F7591;
}
</style>
background-color css
<style>
a { background-color: #0F7591; }
a { background-color: rgb(15,117,145); }
div.DivClassName
{
background-color: #0F7591;
}
.BgClassName
{
background-color: #0F7591;
}
</style>
border-color css
<style>
span { border-color: #0F7591; }
span { border-color: rgb(15,117,145); }
td.TdClassName
{
border-color: #0F7591;
}
.TagClassName
{
border-color: #0F7591;
}
</style>