Shades of Cerulean #0F78AB
Tints of Cerulean #0F78AB
RGB
CMYK
RGB Variations
Color information
#0F78AB (or 0x0F78AB) is known color: Cerulean. HEX triplet: 0F, 78 and AB. RGB value is (15,120,171). Sum of RGB (Red+Green+Blue) = 15+120+171=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F78AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F78AB is #F08754. Grayscale: #5E5E5E. Windows color (decimal): -15763285 or 11237391. OLE color: 11237391.
HSL color Cylindrical-coordinate representation of color #0F78AB: hue angle of 199.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F78AB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 120 | 171 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.33 |
| HSL | 199.62º | 0.84% | 0.36% | - |
| HSV(B) | 199.62º | 0.91% | 0.67% | - |
| XYZ | 14.26 | 16.47 | 40.96 | - |
| YUV | 94.42 | 171.21 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 171 | 0.91 | 0.30 | 0 | 0.33 | 199.62 | 0.84 | 0.36 |
| Hex | F | 78 | AB | 5B | 1E | 0 | 21 | C8 | 54 | 24 |
| Octal | 17 | 170 | 253 | 133 | 36 | 0 | 41 | 310 | 124 | 44 |
| Binary | 1111 | 1111000 | 10101011 | 1011011 | 11110 | 0 | 100001 | 11001000 | 1010100 | 100100 |
Color Harmonies of #0F78AB
Complementary color
Monochromatic Colors of #0F78AB
Black with #0F78AB
Text Example
Text Example
White with #0F78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F78AB; }
p { color: rgb(15,120,171); }
H1.HeaderClassName
{
color: #0F78AB;
}
.AnyTagClassName
{
color: #0F78AB;
}
</style>
background-color css
<style>
a { background-color: #0F78AB; }
a { background-color: rgb(15,120,171); }
div.DivClassName
{
background-color: #0F78AB;
}
.BgClassName
{
background-color: #0F78AB;
}
</style>
border-color css
<style>
span { border-color: #0F78AB; }
span { border-color: rgb(15,120,171); }
td.TdClassName
{
border-color: #0F78AB;
}
.TagClassName
{
border-color: #0F78AB;
}
</style>