Shades of Cerulean #0F7FAD
Tints of Cerulean #0F7FAD
RGB
CMYK
RGB Variations
Color information
#0F7FAD (or 0x0F7FAD) is known color: Cerulean. HEX triplet: 0F, 7F and AD. RGB value is (15,127,173). Sum of RGB (Red+Green+Blue) = 15+127+173=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F7FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7FAD is #F08052. Grayscale: #626262. Windows color (decimal): -15761491 or 11370255. OLE color: 11370255.
HSL color Cylindrical-coordinate representation of color #0F7FAD: hue angle of 197.47º 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 #0F7FAD is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 127 | 173 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.32 |
| HSL | 197.47º | 0.84% | 0.37% | - |
| HSV(B) | 197.47º | 0.91% | 0.68% | - |
| XYZ | 15.33 | 18.3 | 42.26 | - |
| YUV | 98.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 127 | 173 | 0.91 | 0.27 | 0 | 0.32 | 197.47 | 0.84 | 0.37 |
| Hex | F | 7F | AD | 5B | 1B | 0 | 20 | C5 | 54 | 25 |
| Octal | 17 | 177 | 255 | 133 | 33 | 0 | 40 | 305 | 124 | 45 |
| Binary | 1111 | 1111111 | 10101101 | 1011011 | 11011 | 0 | 100000 | 11000101 | 1010100 | 100101 |
Color Harmonies of #0F7FAD
Complementary color
Monochromatic Colors of #0F7FAD
Black with #0F7FAD
Text Example
Text Example
White with #0F7FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7FAD; }
p { color: rgb(15,127,173); }
H1.HeaderClassName
{
color: #0F7FAD;
}
.AnyTagClassName
{
color: #0F7FAD;
}
</style>
background-color css
<style>
a { background-color: #0F7FAD; }
a { background-color: rgb(15,127,173); }
div.DivClassName
{
background-color: #0F7FAD;
}
.BgClassName
{
background-color: #0F7FAD;
}
</style>
border-color css
<style>
span { border-color: #0F7FAD; }
span { border-color: rgb(15,127,173); }
td.TdClassName
{
border-color: #0F7FAD;
}
.TagClassName
{
border-color: #0F7FAD;
}
</style>