Shades of Cerulean #0F7DAE
Tints of Cerulean #0F7DAE
RGB
CMYK
RGB Variations
Color information
#0F7DAE (or 0x0F7DAE) is known color: Cerulean. HEX triplet: 0F, 7D and AE. RGB value is (15,125,174). Sum of RGB (Red+Green+Blue) = 15+125+174=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F7DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7DAE is #F08251. Grayscale: #616161. Windows color (decimal): -15762002 or 11435279. OLE color: 11435279.
HSL color Cylindrical-coordinate representation of color #0F7DAE: hue angle of 198.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F7DAE is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 125 | 174 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.32 |
| HSL | 198.49º | 0.84% | 0.37% | - |
| HSV(B) | 198.49º | 0.91% | 0.68% | - |
| XYZ | 15.17 | 17.82 | 42.69 | - |
| YUV | 97.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 125 | 174 | 0.91 | 0.28 | 0 | 0.32 | 198.49 | 0.84 | 0.37 |
| Hex | F | 7D | AE | 5B | 1C | 0 | 20 | C6 | 54 | 25 |
| Octal | 17 | 175 | 256 | 133 | 34 | 0 | 40 | 306 | 124 | 45 |
| Binary | 1111 | 1111101 | 10101110 | 1011011 | 11100 | 0 | 100000 | 11000110 | 1010100 | 100101 |
Color Harmonies of #0F7DAE
Complementary color
Monochromatic Colors of #0F7DAE
Black with #0F7DAE
Text Example
Text Example
White with #0F7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7DAE; }
p { color: rgb(15,125,174); }
H1.HeaderClassName
{
color: #0F7DAE;
}
.AnyTagClassName
{
color: #0F7DAE;
}
</style>
background-color css
<style>
a { background-color: #0F7DAE; }
a { background-color: rgb(15,125,174); }
div.DivClassName
{
background-color: #0F7DAE;
}
.BgClassName
{
background-color: #0F7DAE;
}
</style>
border-color css
<style>
span { border-color: #0F7DAE; }
span { border-color: rgb(15,125,174); }
td.TdClassName
{
border-color: #0F7DAE;
}
.TagClassName
{
border-color: #0F7DAE;
}
</style>