Shades of Cerulean #0F739A
Tints of Cerulean #0F739A
RGB
CMYK
RGB Variations
Color information
#0F739A (or 0x0F739A) is known color: Cerulean. HEX triplet: 0F, 73 and 9A. RGB value is (15,115,154). Sum of RGB (Red+Green+Blue) = 15+115+154=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F739A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F739A is #F08C65. Grayscale: #595959. Windows color (decimal): -15764582 or 10121999. OLE color: 10121999.
HSL color Cylindrical-coordinate representation of color #0F739A: hue angle of 196.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F739A is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 115 | 154 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.40 |
| HSL | 196.83º | 0.82% | 0.33% | - |
| HSV(B) | 196.83º | 0.9% | 0.6% | - |
| XYZ | 12.16 | 14.7 | 32.77 | - |
| YUV | 89.55 | 164.37 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 154 | 0.90 | 0.25 | 0 | 0.40 | 196.83 | 0.82 | 0.33 |
| Hex | F | 73 | 9A | 5A | 19 | 0 | 28 | C5 | 52 | 21 |
| Octal | 17 | 163 | 232 | 132 | 31 | 0 | 50 | 305 | 122 | 41 |
| Binary | 1111 | 1110011 | 10011010 | 1011010 | 11001 | 0 | 101000 | 11000101 | 1010010 | 100001 |
Color Harmonies of #0F739A
Complementary color
Monochromatic Colors of #0F739A
Black with #0F739A
Text Example
Text Example
White with #0F739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F739A; }
p { color: rgb(15,115,154); }
H1.HeaderClassName
{
color: #0F739A;
}
.AnyTagClassName
{
color: #0F739A;
}
</style>
background-color css
<style>
a { background-color: #0F739A; }
a { background-color: rgb(15,115,154); }
div.DivClassName
{
background-color: #0F739A;
}
.BgClassName
{
background-color: #0F739A;
}
</style>
border-color css
<style>
span { border-color: #0F739A; }
span { border-color: rgb(15,115,154); }
td.TdClassName
{
border-color: #0F739A;
}
.TagClassName
{
border-color: #0F739A;
}
</style>