Shades of Blue #0A18EA
Tints of Blue #0A18EA
RGB
CMYK
RGB Variations
Color information
#0A18EA (or 0x0A18EA) is known color: Blue. HEX triplet: 0A, 18 and EA. RGB value is (10,24,234). Sum of RGB (Red+Green+Blue) = 10+24+234=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 234 (91.80% from 255 or 87.31% from 268); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A18EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A18EA is #F5E715. Grayscale: #2A2A2A. Windows color (decimal): -16115478 or 15341578. OLE color: 15341578.
HSL color Cylindrical-coordinate representation of color #0A18EA: hue angle of 236.25º 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 #0A18EA is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 24 | 234 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.08 |
| HSL | 236.25º | 0.92% | 0.48% | - |
| HSV(B) | 236.25º | 0.96% | 0.92% | - |
| XYZ | 15.3 | 6.66 | 78.32 | - |
| YUV | 43.75 | 235.36 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 234 | 0.96 | 0.90 | 0 | 0.08 | 236.25 | 0.92 | 0.48 |
| Hex | A | 18 | EA | 60 | 5A | 0 | 8 | EC | 5C | 30 |
| Octal | 12 | 30 | 352 | 140 | 132 | 0 | 10 | 354 | 134 | 60 |
| Binary | 1010 | 11000 | 11101010 | 1100000 | 1011010 | 0 | 1000 | 11101100 | 1011100 | 110000 |
Color Harmonies of #0A18EA
Complementary color
Monochromatic Colors of #0A18EA
Black with #0A18EA
Text Example
Text Example
White with #0A18EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A18EA; }
p { color: rgb(10,24,234); }
H1.HeaderClassName
{
color: #0A18EA;
}
.AnyTagClassName
{
color: #0A18EA;
}
</style>
background-color css
<style>
a { background-color: #0A18EA; }
a { background-color: rgb(10,24,234); }
div.DivClassName
{
background-color: #0A18EA;
}
.BgClassName
{
background-color: #0A18EA;
}
</style>
border-color css
<style>
span { border-color: #0A18EA; }
span { border-color: rgb(10,24,234); }
td.TdClassName
{
border-color: #0A18EA;
}
.TagClassName
{
border-color: #0A18EA;
}
</style>