Shades of Allports #0F6392
Tints of Allports #0F6392
RGB
CMYK
RGB Variations
Color information
#0F6392 (or 0x0F6392) is known color: Allports. HEX triplet: 0F, 63 and 92. RGB value is (15,99,146). Sum of RGB (Red+Green+Blue) = 15+99+146=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F6392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6392 is #F09C6D. Grayscale: #4E4E4E. Windows color (decimal): -15768686 or 9593615. OLE color: 9593615.
HSL color Cylindrical-coordinate representation of color #0F6392: hue angle of 201.53º 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 #0F6392 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 99 | 146 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.43 |
| HSL | 201.53º | 0.81% | 0.32% | - |
| HSV(B) | 201.53º | 0.9% | 0.57% | - |
| XYZ | 9.85 | 11.1 | 28.82 | - |
| YUV | 79.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 146 | 0.90 | 0.32 | 0 | 0.43 | 201.53 | 0.81 | 0.32 |
| Hex | F | 63 | 92 | 5A | 20 | 0 | 2B | CA | 51 | 20 |
| Octal | 17 | 143 | 222 | 132 | 40 | 0 | 53 | 312 | 121 | 40 |
| Binary | 1111 | 1100011 | 10010010 | 1011010 | 100000 | 0 | 101011 | 11001010 | 1010001 | 100000 |
Color Harmonies of #0F6392
Complementary color
Monochromatic Colors of #0F6392
Black with #0F6392
Text Example
Text Example
White with #0F6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6392; }
p { color: rgb(15,99,146); }
H1.HeaderClassName
{
color: #0F6392;
}
.AnyTagClassName
{
color: #0F6392;
}
</style>
background-color css
<style>
a { background-color: #0F6392; }
a { background-color: rgb(15,99,146); }
div.DivClassName
{
background-color: #0F6392;
}
.BgClassName
{
background-color: #0F6392;
}
</style>
border-color css
<style>
span { border-color: #0F6392; }
span { border-color: rgb(15,99,146); }
td.TdClassName
{
border-color: #0F6392;
}
.TagClassName
{
border-color: #0F6392;
}
</style>