Shades of Allports #0F6494
Tints of Allports #0F6494
RGB
CMYK
RGB Variations
Color information
#0F6494 (or 0x0F6494) is known color: Allports. HEX triplet: 0F, 64 and 94. RGB value is (15,100,148). Sum of RGB (Red+Green+Blue) = 15+100+148=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F6494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6494 is #F09B6B. Grayscale: #4F4F4F. Windows color (decimal): -15768428 or 9724943. OLE color: 9724943.
HSL color Cylindrical-coordinate representation of color #0F6494: hue angle of 201.65º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6494 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 100 | 148 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.42 |
| HSL | 201.65º | 0.82% | 0.32% | - |
| HSV(B) | 201.65º | 0.9% | 0.58% | - |
| XYZ | 10.1 | 11.35 | 29.68 | - |
| YUV | 80.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 148 | 0.90 | 0.32 | 0 | 0.42 | 201.65 | 0.82 | 0.32 |
| Hex | F | 64 | 94 | 5A | 20 | 0 | 2A | CA | 52 | 20 |
| Octal | 17 | 144 | 224 | 132 | 40 | 0 | 52 | 312 | 122 | 40 |
| Binary | 1111 | 1100100 | 10010100 | 1011010 | 100000 | 0 | 101010 | 11001010 | 1010010 | 100000 |
Color Harmonies of #0F6494
Complementary color
Monochromatic Colors of #0F6494
Black with #0F6494
Text Example
Text Example
White with #0F6494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6494; }
p { color: rgb(15,100,148); }
H1.HeaderClassName
{
color: #0F6494;
}
.AnyTagClassName
{
color: #0F6494;
}
</style>
background-color css
<style>
a { background-color: #0F6494; }
a { background-color: rgb(15,100,148); }
div.DivClassName
{
background-color: #0F6494;
}
.BgClassName
{
background-color: #0F6494;
}
</style>
border-color css
<style>
span { border-color: #0F6494; }
span { border-color: rgb(15,100,148); }
td.TdClassName
{
border-color: #0F6494;
}
.TagClassName
{
border-color: #0F6494;
}
</style>