Shades of Cerulean #0F749E
Tints of Cerulean #0F749E
RGB
CMYK
RGB Variations
Color information
#0F749E (or 0x0F749E) is known color: Cerulean. HEX triplet: 0F, 74 and 9E. RGB value is (15,116,158). Sum of RGB (Red+Green+Blue) = 15+116+158=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F749E is #F08B61. Grayscale: #5A5A5A. Windows color (decimal): -15764322 or 10384399. OLE color: 10384399.
HSL color Cylindrical-coordinate representation of color #0F749E: hue angle of 197.62º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F749E is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 116 | 158 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.38 |
| HSL | 197.62º | 0.83% | 0.34% | - |
| HSV(B) | 197.62º | 0.91% | 0.62% | - |
| XYZ | 12.61 | 15.06 | 34.59 | - |
| YUV | 90.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 158 | 0.91 | 0.27 | 0 | 0.38 | 197.62 | 0.83 | 0.34 |
| Hex | F | 74 | 9E | 5B | 1B | 0 | 26 | C6 | 53 | 22 |
| Octal | 17 | 164 | 236 | 133 | 33 | 0 | 46 | 306 | 123 | 42 |
| Binary | 1111 | 1110100 | 10011110 | 1011011 | 11011 | 0 | 100110 | 11000110 | 1010011 | 100010 |
Color Harmonies of #0F749E
Complementary color
Monochromatic Colors of #0F749E
Black with #0F749E
Text Example
Text Example
White with #0F749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F749E; }
p { color: rgb(15,116,158); }
H1.HeaderClassName
{
color: #0F749E;
}
.AnyTagClassName
{
color: #0F749E;
}
</style>
background-color css
<style>
a { background-color: #0F749E; }
a { background-color: rgb(15,116,158); }
div.DivClassName
{
background-color: #0F749E;
}
.BgClassName
{
background-color: #0F749E;
}
</style>
border-color css
<style>
span { border-color: #0F749E; }
span { border-color: rgb(15,116,158); }
td.TdClassName
{
border-color: #0F749E;
}
.TagClassName
{
border-color: #0F749E;
}
</style>