Shades of Blue #0A1FEB
Tints of Blue #0A1FEB
RGB
CMYK
RGB Variations
Color information
#0A1FEB (or 0x0A1FEB) is known color: Blue. HEX triplet: 0A, 1F and EB. RGB value is (10,31,235). Sum of RGB (Red+Green+Blue) = 10+31+235=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 31 (12.5% from 255 or 11.23% 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 #0A1FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1FEB is #F5E014. Grayscale: #2F2F2F. Windows color (decimal): -16113685 or 15408906. OLE color: 15408906.
HSL color Cylindrical-coordinate representation of color #0A1FEB: hue angle of 234.4º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1FEB is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 31 | 235 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.08 |
| HSL | 234.4º | 0.92% | 0.48% | - |
| HSV(B) | 234.4º | 0.96% | 0.92% | - |
| XYZ | 15.61 | 7.04 | 79.13 | - |
| YUV | 47.98 | 233.54 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 235 | 0.96 | 0.87 | 0 | 0.08 | 234.4 | 0.92 | 0.48 |
| Hex | A | 1F | EB | 60 | 57 | 0 | 8 | EA | 5C | 30 |
| Octal | 12 | 37 | 353 | 140 | 127 | 0 | 10 | 352 | 134 | 60 |
| Binary | 1010 | 11111 | 11101011 | 1100000 | 1010111 | 0 | 1000 | 11101010 | 1011100 | 110000 |
Color Harmonies of #0A1FEB
Complementary color
Monochromatic Colors of #0A1FEB
Black with #0A1FEB
Text Example
Text Example
White with #0A1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1FEB; }
p { color: rgb(10,31,235); }
H1.HeaderClassName
{
color: #0A1FEB;
}
.AnyTagClassName
{
color: #0A1FEB;
}
</style>
background-color css
<style>
a { background-color: #0A1FEB; }
a { background-color: rgb(10,31,235); }
div.DivClassName
{
background-color: #0A1FEB;
}
.BgClassName
{
background-color: #0A1FEB;
}
</style>
border-color css
<style>
span { border-color: #0A1FEB; }
span { border-color: rgb(10,31,235); }
td.TdClassName
{
border-color: #0A1FEB;
}
.TagClassName
{
border-color: #0A1FEB;
}
</style>