Shades of Dark Cerulean #0F5096
Tints of Dark Cerulean #0F5096
RGB
CMYK
RGB Variations
Color information
#0F5096 (or 0x0F5096) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 96. RGB value is (15,80,150). Sum of RGB (Red+Green+Blue) = 15+80+150=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F5096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5096 is #F0AF69. Grayscale: #444444. Windows color (decimal): -15773546 or 9850895. OLE color: 9850895.
HSL color Cylindrical-coordinate representation of color #0F5096: hue angle of 211.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5096 is Cyan = 0.9, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 80 | 150 | - |
| CMYK | 0.9 | 0.47 | 0 | 0.41 |
| HSL | 211.11º | 0.82% | 0.32% | - |
| HSV(B) | 211.11º | 0.9% | 0.59% | - |
| XYZ | 8.57 | 8.04 | 29.95 | - |
| YUV | 68.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 150 | 0.9 | 0.47 | 0 | 0.41 | 211.11 | 0.82 | 0.32 |
| Hex | F | 50 | 96 | 5A | 2F | 0 | 29 | D3 | 52 | 20 |
| Octal | 17 | 120 | 226 | 132 | 57 | 0 | 51 | 323 | 122 | 40 |
| Binary | 1111 | 1010000 | 10010110 | 1011010 | 101111 | 0 | 101001 | 11010011 | 1010010 | 100000 |
Color Harmonies of #0F5096
Complementary color
Monochromatic Colors of #0F5096
Black with #0F5096
Text Example
Text Example
White with #0F5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5096; }
p { color: rgb(15,80,150); }
H1.HeaderClassName
{
color: #0F5096;
}
.AnyTagClassName
{
color: #0F5096;
}
</style>
background-color css
<style>
a { background-color: #0F5096; }
a { background-color: rgb(15,80,150); }
div.DivClassName
{
background-color: #0F5096;
}
.BgClassName
{
background-color: #0F5096;
}
</style>
border-color css
<style>
span { border-color: #0F5096; }
span { border-color: rgb(15,80,150); }
td.TdClassName
{
border-color: #0F5096;
}
.TagClassName
{
border-color: #0F5096;
}
</style>