Shades of Blue #0A00E6
Tints of Blue #0A00E6
RGB
CMYK
RGB Variations
Color information
#0A00E6 (or 0x0A00E6) is known color: Blue. HEX triplet: 0A, 00 and E6. RGB value is (10,0,230). Sum of RGB (Red+Green+Blue) = 10+0+230=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 230 (90.23% from 255 or 95.83% from 240); Max value from RGB is 230 - color contains mainly: blue. Hex color #0A00E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A00E6 is #F5FF19. Grayscale: #1C1C1C. Windows color (decimal): -16121626 or 15073290. OLE color: 15073290.
HSL color Cylindrical-coordinate representation of color #0A00E6: hue angle of 242.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A00E6 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 0 | 230 | - |
| CMYK | 0.96 | 1 | 0 | 0.10 |
| HSL | 242.61º | 1% | 0.45% | - |
| HSV(B) | 242.61º | 1% | 0.9% | - |
| XYZ | 14.41 | 5.78 | 75.22 | - |
| YUV | 29.21 | 241.31 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 230 | 0.96 | 1 | 0 | 0.10 | 242.61 | 1 | 0.45 |
| Hex | A | 0 | E6 | 60 | 64 | 0 | A | F3 | 64 | 2D |
| Octal | 12 | 0 | 346 | 140 | 144 | 0 | 12 | 363 | 144 | 55 |
| Binary | 1010 | 0 | 11100110 | 1100000 | 1100100 | 0 | 1010 | 11110011 | 1100100 | 101101 |
Color Harmonies of #0A00E6
Complementary color
Monochromatic Colors of #0A00E6
Black with #0A00E6
Text Example
Text Example
White with #0A00E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A00E6; }
p { color: rgb(10,0,230); }
H1.HeaderClassName
{
color: #0A00E6;
}
.AnyTagClassName
{
color: #0A00E6;
}
</style>
background-color css
<style>
a { background-color: #0A00E6; }
a { background-color: rgb(10,0,230); }
div.DivClassName
{
background-color: #0A00E6;
}
.BgClassName
{
background-color: #0A00E6;
}
</style>
border-color css
<style>
span { border-color: #0A00E6; }
span { border-color: rgb(10,0,230); }
td.TdClassName
{
border-color: #0A00E6;
}
.TagClassName
{
border-color: #0A00E6;
}
</style>