Shades of Cerulean #0F77AA
Tints of Cerulean #0F77AA
RGB
CMYK
RGB Variations
Color information
#0F77AA (or 0x0F77AA) is known color: Cerulean. HEX triplet: 0F, 77 and AA. RGB value is (15,119,170). Sum of RGB (Red+Green+Blue) = 15+119+170=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F77AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F77AA is #F08855. Grayscale: #5D5D5D. Windows color (decimal): -15763542 or 11171599. OLE color: 11171599.
HSL color Cylindrical-coordinate representation of color #0F77AA: hue angle of 199.74º 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 #0F77AA is Cyan = 0.91, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 119 | 170 | - |
| CMYK | 0.91 | 0.3 | 0 | 0.33 |
| HSL | 199.74º | 0.84% | 0.36% | - |
| HSV(B) | 199.74º | 0.91% | 0.67% | - |
| XYZ | 14.05 | 16.2 | 40.42 | - |
| YUV | 93.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 170 | 0.91 | 0.3 | 0 | 0.33 | 199.74 | 0.84 | 0.36 |
| Hex | F | 77 | AA | 5B | 1E | 0 | 21 | C8 | 54 | 24 |
| Octal | 17 | 167 | 252 | 133 | 36 | 0 | 41 | 310 | 124 | 44 |
| Binary | 1111 | 1110111 | 10101010 | 1011011 | 11110 | 0 | 100001 | 11001000 | 1010100 | 100100 |
Color Harmonies of #0F77AA
Complementary color
Monochromatic Colors of #0F77AA
Black with #0F77AA
Text Example
Text Example
White with #0F77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F77AA; }
p { color: rgb(15,119,170); }
H1.HeaderClassName
{
color: #0F77AA;
}
.AnyTagClassName
{
color: #0F77AA;
}
</style>
background-color css
<style>
a { background-color: #0F77AA; }
a { background-color: rgb(15,119,170); }
div.DivClassName
{
background-color: #0F77AA;
}
.BgClassName
{
background-color: #0F77AA;
}
</style>
border-color css
<style>
span { border-color: #0F77AA; }
span { border-color: rgb(15,119,170); }
td.TdClassName
{
border-color: #0F77AA;
}
.TagClassName
{
border-color: #0F77AA;
}
</style>