Shades of Cerulean #0F72AA
Tints of Cerulean #0F72AA
RGB
CMYK
RGB Variations
Color information
#0F72AA (or 0x0F72AA) is known color: Cerulean. HEX triplet: 0F, 72 and AA. RGB value is (15,114,170). Sum of RGB (Red+Green+Blue) = 15+114+170=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F72AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F72AA is #F08D55. Grayscale: #5A5A5A. Windows color (decimal): -15764822 or 11170319. OLE color: 11170319.
HSL color Cylindrical-coordinate representation of color #0F72AA: hue angle of 201.68º 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 #0F72AA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 114 | 170 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.33 |
| HSL | 201.68º | 0.84% | 0.36% | - |
| HSV(B) | 201.68º | 0.91% | 0.67% | - |
| XYZ | 13.47 | 15.04 | 40.22 | - |
| YUV | 90.78 | 172.7 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 170 | 0.91 | 0.33 | 0 | 0.33 | 201.68 | 0.84 | 0.36 |
| Hex | F | 72 | AA | 5B | 21 | 0 | 21 | CA | 54 | 24 |
| Octal | 17 | 162 | 252 | 133 | 41 | 0 | 41 | 312 | 124 | 44 |
| Binary | 1111 | 1110010 | 10101010 | 1011011 | 100001 | 0 | 100001 | 11001010 | 1010100 | 100100 |
Color Harmonies of #0F72AA
Complementary color
Monochromatic Colors of #0F72AA
Black with #0F72AA
Text Example
Text Example
White with #0F72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F72AA; }
p { color: rgb(15,114,170); }
H1.HeaderClassName
{
color: #0F72AA;
}
.AnyTagClassName
{
color: #0F72AA;
}
</style>
background-color css
<style>
a { background-color: #0F72AA; }
a { background-color: rgb(15,114,170); }
div.DivClassName
{
background-color: #0F72AA;
}
.BgClassName
{
background-color: #0F72AA;
}
</style>
border-color css
<style>
span { border-color: #0F72AA; }
span { border-color: rgb(15,114,170); }
td.TdClassName
{
border-color: #0F72AA;
}
.TagClassName
{
border-color: #0F72AA;
}
</style>