Shades of Medium Blue #0A0DBE
Tints of Medium Blue #0A0DBE
RGB
CMYK
RGB Variations
Color information
#0A0DBE (or 0x0A0DBE) is known color: Medium Blue. HEX triplet: 0A, 0D and BE. RGB value is (10,13,190). Sum of RGB (Red+Green+Blue) = 10+13+190=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 190 (74.61% from 255 or 89.20% from 213); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A0DBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0DBE is #F5F241. Grayscale: #1F1F1F. Windows color (decimal): -16118338 or 12455178. OLE color: 12455178.
HSL color Cylindrical-coordinate representation of color #0A0DBE: hue angle of 239º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0DBE is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 13 | 190 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.25 |
| HSL | 239º | 0.9% | 0.39% | - |
| HSV(B) | 239º | 0.95% | 0.75% | - |
| XYZ | 9.56 | 4.07 | 49 | - |
| YUV | 32.28 | 217.01 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 190 | 0.95 | 0.93 | 0 | 0.25 | 239 | 0.9 | 0.39 |
| Hex | A | D | BE | 5F | 5D | 0 | 19 | EF | 5A | 27 |
| Octal | 12 | 15 | 276 | 137 | 135 | 0 | 31 | 357 | 132 | 47 |
| Binary | 1010 | 1101 | 10111110 | 1011111 | 1011101 | 0 | 11001 | 11101111 | 1011010 | 100111 |
Color Harmonies of #0A0DBE
Complementary color
Monochromatic Colors of #0A0DBE
Black with #0A0DBE
Text Example
Text Example
White with #0A0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0DBE; }
p { color: rgb(10,13,190); }
H1.HeaderClassName
{
color: #0A0DBE;
}
.AnyTagClassName
{
color: #0A0DBE;
}
</style>
background-color css
<style>
a { background-color: #0A0DBE; }
a { background-color: rgb(10,13,190); }
div.DivClassName
{
background-color: #0A0DBE;
}
.BgClassName
{
background-color: #0A0DBE;
}
</style>
border-color css
<style>
span { border-color: #0A0DBE; }
span { border-color: rgb(10,13,190); }
td.TdClassName
{
border-color: #0A0DBE;
}
.TagClassName
{
border-color: #0A0DBE;
}
</style>