Shades of Cerulean #0F76B7
Tints of Cerulean #0F76B7
RGB
CMYK
RGB Variations
Color information
#0F76B7 (or 0x0F76B7) is known color: Cerulean. HEX triplet: 0F, 76 and B7. RGB value is (15,118,183). Sum of RGB (Red+Green+Blue) = 15+118+183=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 183 (71.88% from 255 or 57.91% from 316); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F76B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F76B7 is #F08948. Grayscale: #5E5E5E. Windows color (decimal): -15763785 or 12023311. OLE color: 12023311.
HSL color Cylindrical-coordinate representation of color #0F76B7: hue angle of 203.21º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F76B7 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 118 | 183 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.28 |
| HSL | 203.21º | 0.85% | 0.39% | - |
| HSV(B) | 203.21º | 0.92% | 0.72% | - |
| XYZ | 15.22 | 16.48 | 47.18 | - |
| YUV | 94.61 | 177.88 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 183 | 0.92 | 0.36 | 0 | 0.28 | 203.21 | 0.85 | 0.39 |
| Hex | F | 76 | B7 | 5C | 24 | 0 | 1C | CB | 55 | 27 |
| Octal | 17 | 166 | 267 | 134 | 44 | 0 | 34 | 313 | 125 | 47 |
| Binary | 1111 | 1110110 | 10110111 | 1011100 | 100100 | 0 | 11100 | 11001011 | 1010101 | 100111 |
Color Harmonies of #0F76B7
Complementary color
Monochromatic Colors of #0F76B7
Black with #0F76B7
Text Example
Text Example
White with #0F76B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F76B7; }
p { color: rgb(15,118,183); }
H1.HeaderClassName
{
color: #0F76B7;
}
.AnyTagClassName
{
color: #0F76B7;
}
</style>
background-color css
<style>
a { background-color: #0F76B7; }
a { background-color: rgb(15,118,183); }
div.DivClassName
{
background-color: #0F76B7;
}
.BgClassName
{
background-color: #0F76B7;
}
</style>
border-color css
<style>
span { border-color: #0F76B7; }
span { border-color: rgb(15,118,183); }
td.TdClassName
{
border-color: #0F76B7;
}
.TagClassName
{
border-color: #0F76B7;
}
</style>