Shades of Cerulean #0F80AD
Tints of Cerulean #0F80AD
RGB
CMYK
RGB Variations
Color information
#0F80AD (or 0x0F80AD) is known color: Cerulean. HEX triplet: 0F, 80 and AD. RGB value is (15,128,173). Sum of RGB (Red+Green+Blue) = 15+128+173=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F80AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F80AD is #F07F52. Grayscale: #636363. Windows color (decimal): -15761235 or 11370511. OLE color: 11370511.
HSL color Cylindrical-coordinate representation of color #0F80AD: hue angle of 197.09º 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 #0F80AD is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 128 | 173 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.32 |
| HSL | 197.09º | 0.84% | 0.37% | - |
| HSV(B) | 197.09º | 0.91% | 0.68% | - |
| XYZ | 15.46 | 18.56 | 42.3 | - |
| YUV | 99.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 173 | 0.91 | 0.26 | 0 | 0.32 | 197.09 | 0.84 | 0.37 |
| Hex | F | 80 | AD | 5B | 1A | 0 | 20 | C5 | 54 | 25 |
| Octal | 17 | 200 | 255 | 133 | 32 | 0 | 40 | 305 | 124 | 45 |
| Binary | 1111 | 10000000 | 10101101 | 1011011 | 11010 | 0 | 100000 | 11000101 | 1010100 | 100101 |
Color Harmonies of #0F80AD
Complementary color
Monochromatic Colors of #0F80AD
Black with #0F80AD
Text Example
Text Example
White with #0F80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F80AD; }
p { color: rgb(15,128,173); }
H1.HeaderClassName
{
color: #0F80AD;
}
.AnyTagClassName
{
color: #0F80AD;
}
</style>
background-color css
<style>
a { background-color: #0F80AD; }
a { background-color: rgb(15,128,173); }
div.DivClassName
{
background-color: #0F80AD;
}
.BgClassName
{
background-color: #0F80AD;
}
</style>
border-color css
<style>
span { border-color: #0F80AD; }
span { border-color: rgb(15,128,173); }
td.TdClassName
{
border-color: #0F80AD;
}
.TagClassName
{
border-color: #0F80AD;
}
</style>