Shades of Cerulean #0F80BF
Tints of Cerulean #0F80BF
RGB
CMYK
RGB Variations
Color information
#0F80BF (or 0x0F80BF) is known color: Cerulean. HEX triplet: 0F, 80 and BF. RGB value is (15,128,191). Sum of RGB (Red+Green+Blue) = 15+128+191=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F80BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F80BF is #F07F40. Grayscale: #656565. Windows color (decimal): -15761217 or 12550159. OLE color: 12550159.
HSL color Cylindrical-coordinate representation of color #0F80BF: hue angle of 201.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F80BF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 128 | 191 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.25 |
| HSL | 201.48º | 0.85% | 0.4% | - |
| HSV(B) | 201.48º | 0.92% | 0.75% | - |
| XYZ | 17.32 | 19.3 | 52.1 | - |
| YUV | 101.4 | 178.56 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 191 | 0.92 | 0.33 | 0 | 0.25 | 201.48 | 0.85 | 0.4 |
| Hex | F | 80 | BF | 5C | 21 | 0 | 19 | C9 | 55 | 28 |
| Octal | 17 | 200 | 277 | 134 | 41 | 0 | 31 | 311 | 125 | 50 |
| Binary | 1111 | 10000000 | 10111111 | 1011100 | 100001 | 0 | 11001 | 11001001 | 1010101 | 101000 |
Color Harmonies of #0F80BF
Complementary color
Monochromatic Colors of #0F80BF
Black with #0F80BF
Text Example
Text Example
White with #0F80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F80BF; }
p { color: rgb(15,128,191); }
H1.HeaderClassName
{
color: #0F80BF;
}
.AnyTagClassName
{
color: #0F80BF;
}
</style>
background-color css
<style>
a { background-color: #0F80BF; }
a { background-color: rgb(15,128,191); }
div.DivClassName
{
background-color: #0F80BF;
}
.BgClassName
{
background-color: #0F80BF;
}
</style>
border-color css
<style>
span { border-color: #0F80BF; }
span { border-color: rgb(15,128,191); }
td.TdClassName
{
border-color: #0F80BF;
}
.TagClassName
{
border-color: #0F80BF;
}
</style>