Shades of Cerulean #0F799C
Tints of Cerulean #0F799C
RGB
CMYK
RGB Variations
Color information
#0F799C (or 0x0F799C) is known color: Cerulean. HEX triplet: 0F, 79 and 9C. RGB value is (15,121,156). Sum of RGB (Red+Green+Blue) = 15+121+156=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F799C is #F08663. Grayscale: #5D5D5D. Windows color (decimal): -15763044 or 10254607. OLE color: 10254607.
HSL color Cylindrical-coordinate representation of color #0F799C: hue angle of 194.89º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F799C is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 121 | 156 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.39 |
| HSL | 194.89º | 0.82% | 0.34% | - |
| HSV(B) | 194.89º | 0.9% | 0.61% | - |
| XYZ | 13.04 | 16.18 | 33.89 | - |
| YUV | 93.3 | 163.38 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 156 | 0.90 | 0.22 | 0 | 0.39 | 194.89 | 0.82 | 0.34 |
| Hex | F | 79 | 9C | 5A | 16 | 0 | 27 | C3 | 52 | 22 |
| Octal | 17 | 171 | 234 | 132 | 26 | 0 | 47 | 303 | 122 | 42 |
| Binary | 1111 | 1111001 | 10011100 | 1011010 | 10110 | 0 | 100111 | 11000011 | 1010010 | 100010 |
Color Harmonies of #0F799C
Complementary color
Monochromatic Colors of #0F799C
Black with #0F799C
Text Example
Text Example
White with #0F799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F799C; }
p { color: rgb(15,121,156); }
H1.HeaderClassName
{
color: #0F799C;
}
.AnyTagClassName
{
color: #0F799C;
}
</style>
background-color css
<style>
a { background-color: #0F799C; }
a { background-color: rgb(15,121,156); }
div.DivClassName
{
background-color: #0F799C;
}
.BgClassName
{
background-color: #0F799C;
}
</style>
border-color css
<style>
span { border-color: #0F799C; }
span { border-color: rgb(15,121,156); }
td.TdClassName
{
border-color: #0F799C;
}
.TagClassName
{
border-color: #0F799C;
}
</style>