Shades of Cerulean #0F7CAB
Tints of Cerulean #0F7CAB
RGB
CMYK
RGB Variations
Color information
#0F7CAB (or 0x0F7CAB) is known color: Cerulean. HEX triplet: 0F, 7C and AB. RGB value is (15,124,171). Sum of RGB (Red+Green+Blue) = 15+124+171=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F7CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7CAB is #F08354. Grayscale: #606060. Windows color (decimal): -15762261 or 11238415. OLE color: 11238415.
HSL color Cylindrical-coordinate representation of color #0F7CAB: hue angle of 198.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F7CAB is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 124 | 171 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.33 |
| HSL | 198.08º | 0.84% | 0.36% | - |
| HSV(B) | 198.08º | 0.91% | 0.67% | - |
| XYZ | 14.76 | 17.46 | 41.12 | - |
| YUV | 96.77 | 169.89 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 171 | 0.91 | 0.27 | 0 | 0.33 | 198.08 | 0.84 | 0.36 |
| Hex | F | 7C | AB | 5B | 1B | 0 | 21 | C6 | 54 | 24 |
| Octal | 17 | 174 | 253 | 133 | 33 | 0 | 41 | 306 | 124 | 44 |
| Binary | 1111 | 1111100 | 10101011 | 1011011 | 11011 | 0 | 100001 | 11000110 | 1010100 | 100100 |
Color Harmonies of #0F7CAB
Complementary color
Monochromatic Colors of #0F7CAB
Black with #0F7CAB
Text Example
Text Example
White with #0F7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7CAB; }
p { color: rgb(15,124,171); }
H1.HeaderClassName
{
color: #0F7CAB;
}
.AnyTagClassName
{
color: #0F7CAB;
}
</style>
background-color css
<style>
a { background-color: #0F7CAB; }
a { background-color: rgb(15,124,171); }
div.DivClassName
{
background-color: #0F7CAB;
}
.BgClassName
{
background-color: #0F7CAB;
}
</style>
border-color css
<style>
span { border-color: #0F7CAB; }
span { border-color: rgb(15,124,171); }
td.TdClassName
{
border-color: #0F7CAB;
}
.TagClassName
{
border-color: #0F7CAB;
}
</style>