Shades of Cerulean #0F72AD
Tints of Cerulean #0F72AD
RGB
CMYK
RGB Variations
Color information
#0F72AD (or 0x0F72AD) is known color: Cerulean. HEX triplet: 0F, 72 and AD. RGB value is (15,114,173). Sum of RGB (Red+Green+Blue) = 15+114+173=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F72AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F72AD is #F08D52. Grayscale: #5A5A5A. Windows color (decimal): -15764819 or 11366927. OLE color: 11366927.
HSL color Cylindrical-coordinate representation of color #0F72AD: hue angle of 202.41º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F72AD is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 114 | 173 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.32 |
| HSL | 202.41º | 0.84% | 0.37% | - |
| HSV(B) | 202.41º | 0.91% | 0.68% | - |
| XYZ | 13.76 | 15.15 | 41.73 | - |
| YUV | 91.13 | 174.2 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 173 | 0.91 | 0.34 | 0 | 0.32 | 202.41 | 0.84 | 0.37 |
| Hex | F | 72 | AD | 5B | 22 | 0 | 20 | CA | 54 | 25 |
| Octal | 17 | 162 | 255 | 133 | 42 | 0 | 40 | 312 | 124 | 45 |
| Binary | 1111 | 1110010 | 10101101 | 1011011 | 100010 | 0 | 100000 | 11001010 | 1010100 | 100101 |
Color Harmonies of #0F72AD
Complementary color
Monochromatic Colors of #0F72AD
Black with #0F72AD
Text Example
Text Example
White with #0F72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F72AD; }
p { color: rgb(15,114,173); }
H1.HeaderClassName
{
color: #0F72AD;
}
.AnyTagClassName
{
color: #0F72AD;
}
</style>
background-color css
<style>
a { background-color: #0F72AD; }
a { background-color: rgb(15,114,173); }
div.DivClassName
{
background-color: #0F72AD;
}
.BgClassName
{
background-color: #0F72AD;
}
</style>
border-color css
<style>
span { border-color: #0F72AD; }
span { border-color: rgb(15,114,173); }
td.TdClassName
{
border-color: #0F72AD;
}
.TagClassName
{
border-color: #0F72AD;
}
</style>