Shades of Cerulean #0F84AA
Tints of Cerulean #0F84AA
RGB
CMYK
RGB Variations
Color information
#0F84AA (or 0x0F84AA) is known color: Cerulean. HEX triplet: 0F, 84 and AA. RGB value is (15,132,170). Sum of RGB (Red+Green+Blue) = 15+132+170=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F84AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F84AA is #F07B55. Grayscale: #656565. Windows color (decimal): -15760214 or 11174927. OLE color: 11174927.
HSL color Cylindrical-coordinate representation of color #0F84AA: hue angle of 194.71º 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 #0F84AA is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 132 | 170 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.33 |
| HSL | 194.71º | 0.84% | 0.36% | - |
| HSV(B) | 194.71º | 0.91% | 0.67% | - |
| XYZ | 15.7 | 19.51 | 40.97 | - |
| YUV | 101.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 170 | 0.91 | 0.22 | 0 | 0.33 | 194.71 | 0.84 | 0.36 |
| Hex | F | 84 | AA | 5B | 16 | 0 | 21 | C3 | 54 | 24 |
| Octal | 17 | 204 | 252 | 133 | 26 | 0 | 41 | 303 | 124 | 44 |
| Binary | 1111 | 10000100 | 10101010 | 1011011 | 10110 | 0 | 100001 | 11000011 | 1010100 | 100100 |
Color Harmonies of #0F84AA
Complementary color
Monochromatic Colors of #0F84AA
Black with #0F84AA
Text Example
Text Example
White with #0F84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F84AA; }
p { color: rgb(15,132,170); }
H1.HeaderClassName
{
color: #0F84AA;
}
.AnyTagClassName
{
color: #0F84AA;
}
</style>
background-color css
<style>
a { background-color: #0F84AA; }
a { background-color: rgb(15,132,170); }
div.DivClassName
{
background-color: #0F84AA;
}
.BgClassName
{
background-color: #0F84AA;
}
</style>
border-color css
<style>
span { border-color: #0F84AA; }
span { border-color: rgb(15,132,170); }
td.TdClassName
{
border-color: #0F84AA;
}
.TagClassName
{
border-color: #0F84AA;
}
</style>