Shades of Cerulean #0F77AD
Tints of Cerulean #0F77AD
RGB
CMYK
RGB Variations
Color information
#0F77AD (or 0x0F77AD) is known color: Cerulean. HEX triplet: 0F, 77 and AD. RGB value is (15,119,173). Sum of RGB (Red+Green+Blue) = 15+119+173=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F77AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F77AD is #F08852. Grayscale: #5D5D5D. Windows color (decimal): -15763539 or 11368207. OLE color: 11368207.
HSL color Cylindrical-coordinate representation of color #0F77AD: hue angle of 200.51º 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 #0F77AD is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 119 | 173 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.32 |
| HSL | 200.51º | 0.84% | 0.37% | - |
| HSV(B) | 200.51º | 0.91% | 0.68% | - |
| XYZ | 14.34 | 16.31 | 41.93 | - |
| YUV | 94.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 173 | 0.91 | 0.31 | 0 | 0.32 | 200.51 | 0.84 | 0.37 |
| Hex | F | 77 | AD | 5B | 1F | 0 | 20 | C9 | 54 | 25 |
| Octal | 17 | 167 | 255 | 133 | 37 | 0 | 40 | 311 | 124 | 45 |
| Binary | 1111 | 1110111 | 10101101 | 1011011 | 11111 | 0 | 100000 | 11001001 | 1010100 | 100101 |
Color Harmonies of #0F77AD
Complementary color
Monochromatic Colors of #0F77AD
Black with #0F77AD
Text Example
Text Example
White with #0F77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F77AD; }
p { color: rgb(15,119,173); }
H1.HeaderClassName
{
color: #0F77AD;
}
.AnyTagClassName
{
color: #0F77AD;
}
</style>
background-color css
<style>
a { background-color: #0F77AD; }
a { background-color: rgb(15,119,173); }
div.DivClassName
{
background-color: #0F77AD;
}
.BgClassName
{
background-color: #0F77AD;
}
</style>
border-color css
<style>
span { border-color: #0F77AD; }
span { border-color: rgb(15,119,173); }
td.TdClassName
{
border-color: #0F77AD;
}
.TagClassName
{
border-color: #0F77AD;
}
</style>