Shades of Dark Cerulean #0F5289
Tints of Dark Cerulean #0F5289
RGB
CMYK
RGB Variations
Color information
#0F5289 (or 0x0F5289) is known color: Dark Cerulean. HEX triplet: 0F, 52 and 89. RGB value is (15,82,137). Sum of RGB (Red+Green+Blue) = 15+82+137=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F5289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5289 is #F0AD76. Grayscale: #434343. Windows color (decimal): -15773047 or 8999439. OLE color: 8999439.
HSL color Cylindrical-coordinate representation of color #0F5289: hue angle of 207.05º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F5289 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 82 | 137 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.46 |
| HSL | 207.05º | 0.8% | 0.3% | - |
| HSV(B) | 207.05º | 0.89% | 0.54% | - |
| XYZ | 7.73 | 7.94 | 24.79 | - |
| YUV | 68.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 137 | 0.89 | 0.40 | 0 | 0.46 | 207.05 | 0.8 | 0.3 |
| Hex | F | 52 | 89 | 59 | 28 | 0 | 2E | CF | 50 | 1E |
| Octal | 17 | 122 | 211 | 131 | 50 | 0 | 56 | 317 | 120 | 36 |
| Binary | 1111 | 1010010 | 10001001 | 1011001 | 101000 | 0 | 101110 | 11001111 | 1010000 | 11110 |
Color Harmonies of #0F5289
Complementary color
Monochromatic Colors of #0F5289
Black with #0F5289
Text Example
Text Example
White with #0F5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5289; }
p { color: rgb(15,82,137); }
H1.HeaderClassName
{
color: #0F5289;
}
.AnyTagClassName
{
color: #0F5289;
}
</style>
background-color css
<style>
a { background-color: #0F5289; }
a { background-color: rgb(15,82,137); }
div.DivClassName
{
background-color: #0F5289;
}
.BgClassName
{
background-color: #0F5289;
}
</style>
border-color css
<style>
span { border-color: #0F5289; }
span { border-color: rgb(15,82,137); }
td.TdClassName
{
border-color: #0F5289;
}
.TagClassName
{
border-color: #0F5289;
}
</style>