Shades of Cerulean #0F7AB7
Tints of Cerulean #0F7AB7
RGB
CMYK
RGB Variations
Color information
#0F7AB7 (or 0x0F7AB7) is known color: Cerulean. HEX triplet: 0F, 7A and B7. RGB value is (15,122,183). Sum of RGB (Red+Green+Blue) = 15+122+183=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 183 (71.88% from 255 or 57.19% from 320); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F7AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7AB7 is #F08548. Grayscale: #606060. Windows color (decimal): -15762761 or 12024335. OLE color: 12024335.
HSL color Cylindrical-coordinate representation of color #0F7AB7: hue angle of 201.79º 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 #0F7AB7 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 122 | 183 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.28 |
| HSL | 201.79º | 0.85% | 0.39% | - |
| HSV(B) | 201.79º | 0.92% | 0.72% | - |
| XYZ | 15.7 | 17.44 | 47.34 | - |
| YUV | 96.96 | 176.55 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 122 | 183 | 0.92 | 0.33 | 0 | 0.28 | 201.79 | 0.85 | 0.39 |
| Hex | F | 7A | B7 | 5C | 21 | 0 | 1C | CA | 55 | 27 |
| Octal | 17 | 172 | 267 | 134 | 41 | 0 | 34 | 312 | 125 | 47 |
| Binary | 1111 | 1111010 | 10110111 | 1011100 | 100001 | 0 | 11100 | 11001010 | 1010101 | 100111 |
Color Harmonies of #0F7AB7
Complementary color
Monochromatic Colors of #0F7AB7
Black with #0F7AB7
Text Example
Text Example
White with #0F7AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7AB7; }
p { color: rgb(15,122,183); }
H1.HeaderClassName
{
color: #0F7AB7;
}
.AnyTagClassName
{
color: #0F7AB7;
}
</style>
background-color css
<style>
a { background-color: #0F7AB7; }
a { background-color: rgb(15,122,183); }
div.DivClassName
{
background-color: #0F7AB7;
}
.BgClassName
{
background-color: #0F7AB7;
}
</style>
border-color css
<style>
span { border-color: #0F7AB7; }
span { border-color: rgb(15,122,183); }
td.TdClassName
{
border-color: #0F7AB7;
}
.TagClassName
{
border-color: #0F7AB7;
}
</style>