Shades of Cerulean #0F7ABC
Tints of Cerulean #0F7ABC
RGB
CMYK
RGB Variations
Color information
#0F7ABC (or 0x0F7ABC) is known color: Cerulean. HEX triplet: 0F, 7A and BC. RGB value is (15,122,188). Sum of RGB (Red+Green+Blue) = 15+122+188=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F7ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7ABC is #F08543. Grayscale: #616161. Windows color (decimal): -15762756 or 12352015. OLE color: 12352015.
HSL color Cylindrical-coordinate representation of color #0F7ABC: hue angle of 202.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7ABC is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 122 | 188 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.26 |
| HSL | 202.89º | 0.85% | 0.4% | - |
| HSV(B) | 202.89º | 0.92% | 0.74% | - |
| XYZ | 16.23 | 17.65 | 50.13 | - |
| YUV | 97.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 122 | 188 | 0.92 | 0.35 | 0 | 0.26 | 202.89 | 0.85 | 0.4 |
| Hex | F | 7A | BC | 5C | 23 | 0 | 1A | CB | 55 | 28 |
| Octal | 17 | 172 | 274 | 134 | 43 | 0 | 32 | 313 | 125 | 50 |
| Binary | 1111 | 1111010 | 10111100 | 1011100 | 100011 | 0 | 11010 | 11001011 | 1010101 | 101000 |
Color Harmonies of #0F7ABC
Complementary color
Monochromatic Colors of #0F7ABC
Black with #0F7ABC
Text Example
Text Example
White with #0F7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7ABC; }
p { color: rgb(15,122,188); }
H1.HeaderClassName
{
color: #0F7ABC;
}
.AnyTagClassName
{
color: #0F7ABC;
}
</style>
background-color css
<style>
a { background-color: #0F7ABC; }
a { background-color: rgb(15,122,188); }
div.DivClassName
{
background-color: #0F7ABC;
}
.BgClassName
{
background-color: #0F7ABC;
}
</style>
border-color css
<style>
span { border-color: #0F7ABC; }
span { border-color: rgb(15,122,188); }
td.TdClassName
{
border-color: #0F7ABC;
}
.TagClassName
{
border-color: #0F7ABC;
}
</style>