Shades of Cerulean #0F77AB
Tints of Cerulean #0F77AB
RGB
CMYK
RGB Variations
Color information
#0F77AB (or 0x0F77AB) is known color: Cerulean. HEX triplet: 0F, 77 and AB. RGB value is (15,119,171). Sum of RGB (Red+Green+Blue) = 15+119+171=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F77AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F77AB is #F08854. Grayscale: #5D5D5D. Windows color (decimal): -15763541 or 11237135. OLE color: 11237135.
HSL color Cylindrical-coordinate representation of color #0F77AB: hue angle of 200º 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 #0F77AB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 119 | 171 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.33 |
| HSL | 200º | 0.84% | 0.36% | - |
| HSV(B) | 200º | 0.91% | 0.67% | - |
| XYZ | 14.14 | 16.24 | 40.92 | - |
| YUV | 93.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 171 | 0.91 | 0.30 | 0 | 0.33 | 200 | 0.84 | 0.36 |
| Hex | F | 77 | AB | 5B | 1E | 0 | 21 | C8 | 54 | 24 |
| Octal | 17 | 167 | 253 | 133 | 36 | 0 | 41 | 310 | 124 | 44 |
| Binary | 1111 | 1110111 | 10101011 | 1011011 | 11110 | 0 | 100001 | 11001000 | 1010100 | 100100 |
Color Harmonies of #0F77AB
Complementary color
Monochromatic Colors of #0F77AB
Black with #0F77AB
Text Example
Text Example
White with #0F77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F77AB; }
p { color: rgb(15,119,171); }
H1.HeaderClassName
{
color: #0F77AB;
}
.AnyTagClassName
{
color: #0F77AB;
}
</style>
background-color css
<style>
a { background-color: #0F77AB; }
a { background-color: rgb(15,119,171); }
div.DivClassName
{
background-color: #0F77AB;
}
.BgClassName
{
background-color: #0F77AB;
}
</style>
border-color css
<style>
span { border-color: #0F77AB; }
span { border-color: rgb(15,119,171); }
td.TdClassName
{
border-color: #0F77AB;
}
.TagClassName
{
border-color: #0F77AB;
}
</style>