Shades of Blue #0A18FA
Tints of Blue #0A18FA
RGB
CMYK
RGB Variations
Color information
#0A18FA (or 0x0A18FA) is known color: Blue. HEX triplet: 0A, 18 and FA. RGB value is (10,24,250). Sum of RGB (Red+Green+Blue) = 10+24+250=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 250 (98.05% from 255 or 88.03% from 284); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A18FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A18FA is #F5E705. Grayscale: #2C2C2C. Windows color (decimal): -16115462 or 16390154. OLE color: 16390154.
HSL color Cylindrical-coordinate representation of color #0A18FA: hue angle of 236.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A18FA is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 24 | 250 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.02 |
| HSL | 236.5º | 0.96% | 0.51% | - |
| HSV(B) | 236.5º | 0.96% | 0.98% | - |
| XYZ | 17.71 | 7.62 | 90.98 | - |
| YUV | 45.58 | 243.36 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 250 | 0.96 | 0.90 | 0 | 0.02 | 236.5 | 0.96 | 0.51 |
| Hex | A | 18 | FA | 60 | 5A | 0 | 2 | EC | 60 | 33 |
| Octal | 12 | 30 | 372 | 140 | 132 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1010 | 11000 | 11111010 | 1100000 | 1011010 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0A18FA
Complementary color
Monochromatic Colors of #0A18FA
Black with #0A18FA
Text Example
Text Example
White with #0A18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A18FA; }
p { color: rgb(10,24,250); }
H1.HeaderClassName
{
color: #0A18FA;
}
.AnyTagClassName
{
color: #0A18FA;
}
</style>
background-color css
<style>
a { background-color: #0A18FA; }
a { background-color: rgb(10,24,250); }
div.DivClassName
{
background-color: #0A18FA;
}
.BgClassName
{
background-color: #0A18FA;
}
</style>
border-color css
<style>
span { border-color: #0A18FA; }
span { border-color: rgb(10,24,250); }
td.TdClassName
{
border-color: #0A18FA;
}
.TagClassName
{
border-color: #0A18FA;
}
</style>