Shades of Blue #0F1AEB
Tints of Blue #0F1AEB
RGB
CMYK
RGB Variations
Color information
#0F1AEB (or 0x0F1AEB) is known color: Blue. HEX triplet: 0F, 1A and EB. RGB value is (15,26,235). Sum of RGB (Red+Green+Blue) = 15+26+235=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 235 (92.19% from 255 or 85.14% from 276); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F1AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1AEB is #F0E514. Grayscale: #2D2D2D. Windows color (decimal): -15787285 or 15407631. OLE color: 15407631.
HSL color Cylindrical-coordinate representation of color #0F1AEB: hue angle of 237º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F1AEB is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 26 | 235 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.08 |
| HSL | 237º | 0.88% | 0.49% | - |
| HSV(B) | 237º | 0.94% | 0.92% | - |
| XYZ | 15.56 | 6.84 | 79.1 | - |
| YUV | 46.54 | 234.36 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 235 | 0.94 | 0.89 | 0 | 0.08 | 237 | 0.88 | 0.49 |
| Hex | F | 1A | EB | 5E | 59 | 0 | 8 | ED | 58 | 31 |
| Octal | 17 | 32 | 353 | 136 | 131 | 0 | 10 | 355 | 130 | 61 |
| Binary | 1111 | 11010 | 11101011 | 1011110 | 1011001 | 0 | 1000 | 11101101 | 1011000 | 110001 |
Color Harmonies of #0F1AEB
Complementary color
Monochromatic Colors of #0F1AEB
Black with #0F1AEB
Text Example
Text Example
White with #0F1AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1AEB; }
p { color: rgb(15,26,235); }
H1.HeaderClassName
{
color: #0F1AEB;
}
.AnyTagClassName
{
color: #0F1AEB;
}
</style>
background-color css
<style>
a { background-color: #0F1AEB; }
a { background-color: rgb(15,26,235); }
div.DivClassName
{
background-color: #0F1AEB;
}
.BgClassName
{
background-color: #0F1AEB;
}
</style>
border-color css
<style>
span { border-color: #0F1AEB; }
span { border-color: rgb(15,26,235); }
td.TdClassName
{
border-color: #0F1AEB;
}
.TagClassName
{
border-color: #0F1AEB;
}
</style>