Shades of Cerulean #0F7FC0
Tints of Cerulean #0F7FC0
RGB
CMYK
RGB Variations
Color information
#0F7FC0 (or 0x0F7FC0) is known color: Cerulean. HEX triplet: 0F, 7F and C0. RGB value is (15,127,192). Sum of RGB (Red+Green+Blue) = 15+127+192=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F7FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7FC0 is #F0803F. Grayscale: #646464. Windows color (decimal): -15761472 or 12615439. OLE color: 12615439.
HSL color Cylindrical-coordinate representation of color #0F7FC0: hue angle of 202.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7FC0 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 127 | 192 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.25 |
| HSL | 202.03º | 0.86% | 0.41% | - |
| HSV(B) | 202.03º | 0.92% | 0.75% | - |
| XYZ | 17.3 | 19.09 | 52.64 | - |
| YUV | 100.92 | 179.39 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 127 | 192 | 0.92 | 0.34 | 0 | 0.25 | 202.03 | 0.86 | 0.41 |
| Hex | F | 7F | C0 | 5C | 22 | 0 | 19 | CA | 56 | 29 |
| Octal | 17 | 177 | 300 | 134 | 42 | 0 | 31 | 312 | 126 | 51 |
| Binary | 1111 | 1111111 | 11000000 | 1011100 | 100010 | 0 | 11001 | 11001010 | 1010110 | 101001 |
Color Harmonies of #0F7FC0
Complementary color
Monochromatic Colors of #0F7FC0
Black with #0F7FC0
Text Example
Text Example
White with #0F7FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7FC0; }
p { color: rgb(15,127,192); }
H1.HeaderClassName
{
color: #0F7FC0;
}
.AnyTagClassName
{
color: #0F7FC0;
}
</style>
background-color css
<style>
a { background-color: #0F7FC0; }
a { background-color: rgb(15,127,192); }
div.DivClassName
{
background-color: #0F7FC0;
}
.BgClassName
{
background-color: #0F7FC0;
}
</style>
border-color css
<style>
span { border-color: #0F7FC0; }
span { border-color: rgb(15,127,192); }
td.TdClassName
{
border-color: #0F7FC0;
}
.TagClassName
{
border-color: #0F7FC0;
}
</style>