Shades of Dark Cerulean #0F5092
Tints of Dark Cerulean #0F5092
RGB
CMYK
RGB Variations
Color information
#0F5092 (or 0x0F5092) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 92. RGB value is (15,80,146). Sum of RGB (Red+Green+Blue) = 15+80+146=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F5092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5092 is #F0AF6D. Grayscale: #434343. Windows color (decimal): -15773550 or 9588751. OLE color: 9588751.
HSL color Cylindrical-coordinate representation of color #0F5092: hue angle of 210.23º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5092 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 80 | 146 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.43 |
| HSL | 210.23º | 0.81% | 0.32% | - |
| HSV(B) | 210.23º | 0.9% | 0.57% | - |
| XYZ | 8.25 | 7.91 | 28.29 | - |
| YUV | 68.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 146 | 0.90 | 0.45 | 0 | 0.43 | 210.23 | 0.81 | 0.32 |
| Hex | F | 50 | 92 | 5A | 2D | 0 | 2B | D2 | 51 | 20 |
| Octal | 17 | 120 | 222 | 132 | 55 | 0 | 53 | 322 | 121 | 40 |
| Binary | 1111 | 1010000 | 10010010 | 1011010 | 101101 | 0 | 101011 | 11010010 | 1010001 | 100000 |
Color Harmonies of #0F5092
Complementary color
Monochromatic Colors of #0F5092
Black with #0F5092
Text Example
Text Example
White with #0F5092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5092; }
p { color: rgb(15,80,146); }
H1.HeaderClassName
{
color: #0F5092;
}
.AnyTagClassName
{
color: #0F5092;
}
</style>
background-color css
<style>
a { background-color: #0F5092; }
a { background-color: rgb(15,80,146); }
div.DivClassName
{
background-color: #0F5092;
}
.BgClassName
{
background-color: #0F5092;
}
</style>
border-color css
<style>
span { border-color: #0F5092; }
span { border-color: rgb(15,80,146); }
td.TdClassName
{
border-color: #0F5092;
}
.TagClassName
{
border-color: #0F5092;
}
</style>