Shades of Cerulean #0F77AC
Tints of Cerulean #0F77AC
RGB
CMYK
RGB Variations
Color information
#0F77AC (or 0x0F77AC) is known color: Cerulean. HEX triplet: 0F, 77 and AC. RGB value is (15,119,172). Sum of RGB (Red+Green+Blue) = 15+119+172=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F77AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F77AC is #F08853. Grayscale: #5D5D5D. Windows color (decimal): -15763540 or 11302671. OLE color: 11302671.
HSL color Cylindrical-coordinate representation of color #0F77AC: hue angle of 200.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F77AC is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 119 | 172 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.33 |
| HSL | 200.25º | 0.84% | 0.37% | - |
| HSV(B) | 200.25º | 0.91% | 0.67% | - |
| XYZ | 14.24 | 16.27 | 41.42 | - |
| YUV | 93.95 | 172.04 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 172 | 0.91 | 0.31 | 0 | 0.33 | 200.25 | 0.84 | 0.37 |
| Hex | F | 77 | AC | 5B | 1F | 0 | 21 | C8 | 54 | 25 |
| Octal | 17 | 167 | 254 | 133 | 37 | 0 | 41 | 310 | 124 | 45 |
| Binary | 1111 | 1110111 | 10101100 | 1011011 | 11111 | 0 | 100001 | 11001000 | 1010100 | 100101 |
Color Harmonies of #0F77AC
Complementary color
Monochromatic Colors of #0F77AC
Black with #0F77AC
Text Example
Text Example
White with #0F77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F77AC; }
p { color: rgb(15,119,172); }
H1.HeaderClassName
{
color: #0F77AC;
}
.AnyTagClassName
{
color: #0F77AC;
}
</style>
background-color css
<style>
a { background-color: #0F77AC; }
a { background-color: rgb(15,119,172); }
div.DivClassName
{
background-color: #0F77AC;
}
.BgClassName
{
background-color: #0F77AC;
}
</style>
border-color css
<style>
span { border-color: #0F77AC; }
span { border-color: rgb(15,119,172); }
td.TdClassName
{
border-color: #0F77AC;
}
.TagClassName
{
border-color: #0F77AC;
}
</style>