Shades of Medium Blue #0A06DE
Tints of Medium Blue #0A06DE
RGB
CMYK
RGB Variations
Color information
#0A06DE (or 0x0A06DE) is known color: Medium Blue. HEX triplet: 0A, 06 and DE. RGB value is (10,6,222). Sum of RGB (Red+Green+Blue) = 10+6+222=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A06DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06DE is #F5F921. Grayscale: #1E1E1E. Windows color (decimal): -16120098 or 14550538. OLE color: 14550538.
HSL color Cylindrical-coordinate representation of color #0A06DE: hue angle of 241.11º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A06DE is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 6 | 222 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.13 |
| HSL | 241.11º | 0.95% | 0.45% | - |
| HSV(B) | 241.11º | 0.97% | 0.87% | - |
| XYZ | 13.38 | 5.47 | 69.46 | - |
| YUV | 31.82 | 235.33 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 222 | 0.95 | 0.97 | 0 | 0.13 | 241.11 | 0.95 | 0.45 |
| Hex | A | 6 | DE | 5F | 61 | 0 | D | F1 | 5F | 2D |
| Octal | 12 | 6 | 336 | 137 | 141 | 0 | 15 | 361 | 137 | 55 |
| Binary | 1010 | 110 | 11011110 | 1011111 | 1100001 | 0 | 1101 | 11110001 | 1011111 | 101101 |
Color Harmonies of #0A06DE
Complementary color
Monochromatic Colors of #0A06DE
Black with #0A06DE
Text Example
Text Example
White with #0A06DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A06DE; }
p { color: rgb(10,6,222); }
H1.HeaderClassName
{
color: #0A06DE;
}
.AnyTagClassName
{
color: #0A06DE;
}
</style>
background-color css
<style>
a { background-color: #0A06DE; }
a { background-color: rgb(10,6,222); }
div.DivClassName
{
background-color: #0A06DE;
}
.BgClassName
{
background-color: #0A06DE;
}
</style>
border-color css
<style>
span { border-color: #0A06DE; }
span { border-color: rgb(10,6,222); }
td.TdClassName
{
border-color: #0A06DE;
}
.TagClassName
{
border-color: #0A06DE;
}
</style>