Shades of Medium Blue #0A0ABD
Tints of Medium Blue #0A0ABD
RGB
CMYK
RGB Variations
Color information
#0A0ABD (or 0x0A0ABD) is known color: Medium Blue. HEX triplet: 0A, 0A and BD. RGB value is (10,10,189). Sum of RGB (Red+Green+Blue) = 10+10+189=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 189 (74.22% from 255 or 90.43% from 209); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A0ABD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0ABD is #F5F542. Grayscale: #1D1D1D. Windows color (decimal): -16119107 or 12388874. OLE color: 12388874.
HSL color Cylindrical-coordinate representation of color #0A0ABD: hue angle of 240º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0ABD is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 10 | 189 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.26 |
| HSL | 240º | 0.9% | 0.39% | - |
| HSV(B) | 240º | 0.95% | 0.74% | - |
| XYZ | 9.42 | 3.96 | 48.41 | - |
| YUV | 30.41 | 217.5 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 10 | 189 | 0.95 | 0.95 | 0 | 0.26 | 240 | 0.9 | 0.39 |
| Hex | A | A | BD | 5F | 5F | 0 | 1A | F0 | 5A | 27 |
| Octal | 12 | 12 | 275 | 137 | 137 | 0 | 32 | 360 | 132 | 47 |
| Binary | 1010 | 1010 | 10111101 | 1011111 | 1011111 | 0 | 11010 | 11110000 | 1011010 | 100111 |
Color Harmonies of #0A0ABD
Complementary color
Monochromatic Colors of #0A0ABD
Black with #0A0ABD
Text Example
Text Example
White with #0A0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0ABD; }
p { color: rgb(10,10,189); }
H1.HeaderClassName
{
color: #0A0ABD;
}
.AnyTagClassName
{
color: #0A0ABD;
}
</style>
background-color css
<style>
a { background-color: #0A0ABD; }
a { background-color: rgb(10,10,189); }
div.DivClassName
{
background-color: #0A0ABD;
}
.BgClassName
{
background-color: #0A0ABD;
}
</style>
border-color css
<style>
span { border-color: #0A0ABD; }
span { border-color: rgb(10,10,189); }
td.TdClassName
{
border-color: #0A0ABD;
}
.TagClassName
{
border-color: #0A0ABD;
}
</style>