Shades of Blue #0A04EB
Tints of Blue #0A04EB
RGB
CMYK
RGB Variations
Color information
#0A04EB (or 0x0A04EB) is known color: Blue. HEX triplet: 0A, 04 and EB. RGB value is (10,4,235). Sum of RGB (Red+Green+Blue) = 10+4+235=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 235 (92.19% from 255 or 94.38% from 249); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A04EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A04EB is #F5FB14. Grayscale: #1F1F1F. Windows color (decimal): -16120597 or 15401994. OLE color: 15401994.
HSL color Cylindrical-coordinate representation of color #0A04EB: hue angle of 241.56º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A04EB is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 4 | 235 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.08 |
| HSL | 241.56º | 0.97% | 0.47% | - |
| HSV(B) | 241.56º | 0.98% | 0.92% | - |
| XYZ | 15.16 | 6.15 | 78.99 | - |
| YUV | 32.13 | 242.49 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 235 | 0.96 | 0.98 | 0 | 0.08 | 241.56 | 0.97 | 0.47 |
| Hex | A | 4 | EB | 60 | 62 | 0 | 8 | F2 | 61 | 2F |
| Octal | 12 | 4 | 353 | 140 | 142 | 0 | 10 | 362 | 141 | 57 |
| Binary | 1010 | 100 | 11101011 | 1100000 | 1100010 | 0 | 1000 | 11110010 | 1100001 | 101111 |
Color Harmonies of #0A04EB
Complementary color
Monochromatic Colors of #0A04EB
Black with #0A04EB
Text Example
Text Example
White with #0A04EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A04EB; }
p { color: rgb(10,4,235); }
H1.HeaderClassName
{
color: #0A04EB;
}
.AnyTagClassName
{
color: #0A04EB;
}
</style>
background-color css
<style>
a { background-color: #0A04EB; }
a { background-color: rgb(10,4,235); }
div.DivClassName
{
background-color: #0A04EB;
}
.BgClassName
{
background-color: #0A04EB;
}
</style>
border-color css
<style>
span { border-color: #0A04EB; }
span { border-color: rgb(10,4,235); }
td.TdClassName
{
border-color: #0A04EB;
}
.TagClassName
{
border-color: #0A04EB;
}
</style>