Shades of Cerulean #0F7BAC
Tints of Cerulean #0F7BAC
RGB
CMYK
RGB Variations
Color information
#0F7BAC (or 0x0F7BAC) is known color: Cerulean. HEX triplet: 0F, 7B and AC. RGB value is (15,123,172). Sum of RGB (Red+Green+Blue) = 15+123+172=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F7BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7BAC is #F08453. Grayscale: #5F5F5F. Windows color (decimal): -15762516 or 11303695. OLE color: 11303695.
HSL color Cylindrical-coordinate representation of color #0F7BAC: hue angle of 198.73º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F7BAC is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 123 | 172 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.33 |
| HSL | 198.73º | 0.84% | 0.37% | - |
| HSV(B) | 198.73º | 0.91% | 0.67% | - |
| XYZ | 14.73 | 17.25 | 41.58 | - |
| YUV | 96.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 172 | 0.91 | 0.28 | 0 | 0.33 | 198.73 | 0.84 | 0.37 |
| Hex | F | 7B | AC | 5B | 1C | 0 | 21 | C7 | 54 | 25 |
| Octal | 17 | 173 | 254 | 133 | 34 | 0 | 41 | 307 | 124 | 45 |
| Binary | 1111 | 1111011 | 10101100 | 1011011 | 11100 | 0 | 100001 | 11000111 | 1010100 | 100101 |
Color Harmonies of #0F7BAC
Complementary color
Monochromatic Colors of #0F7BAC
Black with #0F7BAC
Text Example
Text Example
White with #0F7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7BAC; }
p { color: rgb(15,123,172); }
H1.HeaderClassName
{
color: #0F7BAC;
}
.AnyTagClassName
{
color: #0F7BAC;
}
</style>
background-color css
<style>
a { background-color: #0F7BAC; }
a { background-color: rgb(15,123,172); }
div.DivClassName
{
background-color: #0F7BAC;
}
.BgClassName
{
background-color: #0F7BAC;
}
</style>
border-color css
<style>
span { border-color: #0F7BAC; }
span { border-color: rgb(15,123,172); }
td.TdClassName
{
border-color: #0F7BAC;
}
.TagClassName
{
border-color: #0F7BAC;
}
</style>