Shades of Allports #0F6492
Tints of Allports #0F6492
RGB
CMYK
RGB Variations
Color information
#0F6492 (or 0x0F6492) is known color: Allports. HEX triplet: 0F, 64 and 92. RGB value is (15,100,146). Sum of RGB (Red+Green+Blue) = 15+100+146=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F6492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6492 is #F09B6D. Grayscale: #4F4F4F. Windows color (decimal): -15768430 or 9593871. OLE color: 9593871.
HSL color Cylindrical-coordinate representation of color #0F6492: hue angle of 201.07º 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 #0F6492 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 100 | 146 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.43 |
| HSL | 201.07º | 0.81% | 0.32% | - |
| HSV(B) | 201.07º | 0.9% | 0.57% | - |
| XYZ | 9.94 | 11.29 | 28.85 | - |
| YUV | 79.83 | 165.34 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 146 | 0.90 | 0.32 | 0 | 0.43 | 201.07 | 0.81 | 0.32 |
| Hex | F | 64 | 92 | 5A | 20 | 0 | 2B | C9 | 51 | 20 |
| Octal | 17 | 144 | 222 | 132 | 40 | 0 | 53 | 311 | 121 | 40 |
| Binary | 1111 | 1100100 | 10010010 | 1011010 | 100000 | 0 | 101011 | 11001001 | 1010001 | 100000 |
Color Harmonies of #0F6492
Complementary color
Monochromatic Colors of #0F6492
Black with #0F6492
Text Example
Text Example
White with #0F6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6492; }
p { color: rgb(15,100,146); }
H1.HeaderClassName
{
color: #0F6492;
}
.AnyTagClassName
{
color: #0F6492;
}
</style>
background-color css
<style>
a { background-color: #0F6492; }
a { background-color: rgb(15,100,146); }
div.DivClassName
{
background-color: #0F6492;
}
.BgClassName
{
background-color: #0F6492;
}
</style>
border-color css
<style>
span { border-color: #0F6492; }
span { border-color: rgb(15,100,146); }
td.TdClassName
{
border-color: #0F6492;
}
.TagClassName
{
border-color: #0F6492;
}
</style>