Shades of Cerulean #0F7BAF
Tints of Cerulean #0F7BAF
RGB
CMYK
RGB Variations
Color information
#0F7BAF (or 0x0F7BAF) is known color: Cerulean. HEX triplet: 0F, 7B and AF. RGB value is (15,123,175). Sum of RGB (Red+Green+Blue) = 15+123+175=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F7BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7BAF is #F08450. Grayscale: #606060. Windows color (decimal): -15762513 or 11500303. OLE color: 11500303.
HSL color Cylindrical-coordinate representation of color #0F7BAF: hue angle of 199.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F7BAF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 123 | 175 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.31 |
| HSL | 199.5º | 0.84% | 0.37% | - |
| HSV(B) | 199.5º | 0.91% | 0.69% | - |
| XYZ | 15.02 | 17.36 | 43.12 | - |
| YUV | 96.64 | 172.22 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 175 | 0.91 | 0.30 | 0 | 0.31 | 199.5 | 0.84 | 0.37 |
| Hex | F | 7B | AF | 5B | 1E | 0 | 1F | C8 | 54 | 25 |
| Octal | 17 | 173 | 257 | 133 | 36 | 0 | 37 | 310 | 124 | 45 |
| Binary | 1111 | 1111011 | 10101111 | 1011011 | 11110 | 0 | 11111 | 11001000 | 1010100 | 100101 |
Color Harmonies of #0F7BAF
Complementary color
Monochromatic Colors of #0F7BAF
Black with #0F7BAF
Text Example
Text Example
White with #0F7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7BAF; }
p { color: rgb(15,123,175); }
H1.HeaderClassName
{
color: #0F7BAF;
}
.AnyTagClassName
{
color: #0F7BAF;
}
</style>
background-color css
<style>
a { background-color: #0F7BAF; }
a { background-color: rgb(15,123,175); }
div.DivClassName
{
background-color: #0F7BAF;
}
.BgClassName
{
background-color: #0F7BAF;
}
</style>
border-color css
<style>
span { border-color: #0F7BAF; }
span { border-color: rgb(15,123,175); }
td.TdClassName
{
border-color: #0F7BAF;
}
.TagClassName
{
border-color: #0F7BAF;
}
</style>