Shades of Medium Blue #0A00DF
Tints of Medium Blue #0A00DF
RGB
CMYK
RGB Variations
Color information
#0A00DF (or 0x0A00DF) is known color: Medium Blue. HEX triplet: 0A, 00 and DF. RGB value is (10,0,223). Sum of RGB (Red+Green+Blue) = 10+0+223=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 223 (87.5% from 255 or 95.71% from 233); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A00DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A00DF is #F5FF20. Grayscale: #1B1B1B. Windows color (decimal): -16121633 or 14614538. OLE color: 14614538.
HSL color Cylindrical-coordinate representation of color #0A00DF: hue angle of 242.69º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A00DF is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 0 | 223 | - |
| CMYK | 0.96 | 1 | 0 | 0.13 |
| HSL | 242.69º | 1% | 0.44% | - |
| HSV(B) | 242.69º | 1% | 0.87% | - |
| XYZ | 13.44 | 5.39 | 70.14 | - |
| YUV | 28.41 | 237.81 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 223 | 0.96 | 1 | 0 | 0.13 | 242.69 | 1 | 0.44 |
| Hex | A | 0 | DF | 60 | 64 | 0 | D | F3 | 64 | 2C |
| Octal | 12 | 0 | 337 | 140 | 144 | 0 | 15 | 363 | 144 | 54 |
| Binary | 1010 | 0 | 11011111 | 1100000 | 1100100 | 0 | 1101 | 11110011 | 1100100 | 101100 |
Color Harmonies of #0A00DF
Complementary color
Monochromatic Colors of #0A00DF
Black with #0A00DF
Text Example
Text Example
White with #0A00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A00DF; }
p { color: rgb(10,0,223); }
H1.HeaderClassName
{
color: #0A00DF;
}
.AnyTagClassName
{
color: #0A00DF;
}
</style>
background-color css
<style>
a { background-color: #0A00DF; }
a { background-color: rgb(10,0,223); }
div.DivClassName
{
background-color: #0A00DF;
}
.BgClassName
{
background-color: #0A00DF;
}
</style>
border-color css
<style>
span { border-color: #0A00DF; }
span { border-color: rgb(10,0,223); }
td.TdClassName
{
border-color: #0A00DF;
}
.TagClassName
{
border-color: #0A00DF;
}
</style>