Shades of Cerulean #0F7BA2
Tints of Cerulean #0F7BA2
RGB
CMYK
RGB Variations
Color information
#0F7BA2 (or 0x0F7BA2) is known color: Cerulean. HEX triplet: 0F, 7B and A2. RGB value is (15,123,162). Sum of RGB (Red+Green+Blue) = 15+123+162=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #0F7BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7BA2 is #F0845D. Grayscale: #5E5E5E. Windows color (decimal): -15762526 or 10648335. OLE color: 10648335.
HSL color Cylindrical-coordinate representation of color #0F7BA2: hue angle of 195.92º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F7BA2 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 123 | 162 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.36 |
| HSL | 195.92º | 0.83% | 0.35% | - |
| HSV(B) | 195.92º | 0.91% | 0.64% | - |
| XYZ | 13.8 | 16.88 | 36.71 | - |
| YUV | 95.15 | 165.72 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 162 | 0.91 | 0.24 | 0 | 0.36 | 195.92 | 0.83 | 0.35 |
| Hex | F | 7B | A2 | 5B | 18 | 0 | 24 | C4 | 53 | 23 |
| Octal | 17 | 173 | 242 | 133 | 30 | 0 | 44 | 304 | 123 | 43 |
| Binary | 1111 | 1111011 | 10100010 | 1011011 | 11000 | 0 | 100100 | 11000100 | 1010011 | 100011 |
Color Harmonies of #0F7BA2
Complementary color
Monochromatic Colors of #0F7BA2
Black with #0F7BA2
Text Example
Text Example
White with #0F7BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7BA2; }
p { color: rgb(15,123,162); }
H1.HeaderClassName
{
color: #0F7BA2;
}
.AnyTagClassName
{
color: #0F7BA2;
}
</style>
background-color css
<style>
a { background-color: #0F7BA2; }
a { background-color: rgb(15,123,162); }
div.DivClassName
{
background-color: #0F7BA2;
}
.BgClassName
{
background-color: #0F7BA2;
}
</style>
border-color css
<style>
span { border-color: #0F7BA2; }
span { border-color: rgb(15,123,162); }
td.TdClassName
{
border-color: #0F7BA2;
}
.TagClassName
{
border-color: #0F7BA2;
}
</style>