Shades of Medium Blue #0A0DBF
Tints of Medium Blue #0A0DBF
RGB
CMYK
RGB Variations
Color information
#0A0DBF (or 0x0A0DBF) is known color: Medium Blue. HEX triplet: 0A, 0D and BF. RGB value is (10,13,191). Sum of RGB (Red+Green+Blue) = 10+13+191=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 191 (75% from 255 or 89.25% from 214); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A0DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0DBF is #F5F240. Grayscale: #1F1F1F. Windows color (decimal): -16118337 or 12520714. OLE color: 12520714.
HSL color Cylindrical-coordinate representation of color #0A0DBF: hue angle of 239.01º 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 #0A0DBF is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 13 | 191 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.25 |
| HSL | 239.01º | 0.9% | 0.39% | - |
| HSV(B) | 239.01º | 0.95% | 0.75% | - |
| XYZ | 9.67 | 4.11 | 49.57 | - |
| YUV | 32.4 | 217.51 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 191 | 0.95 | 0.93 | 0 | 0.25 | 239.01 | 0.9 | 0.39 |
| Hex | A | D | BF | 5F | 5D | 0 | 19 | EF | 5A | 27 |
| Octal | 12 | 15 | 277 | 137 | 135 | 0 | 31 | 357 | 132 | 47 |
| Binary | 1010 | 1101 | 10111111 | 1011111 | 1011101 | 0 | 11001 | 11101111 | 1011010 | 100111 |
Color Harmonies of #0A0DBF
Complementary color
Monochromatic Colors of #0A0DBF
Black with #0A0DBF
Text Example
Text Example
White with #0A0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0DBF; }
p { color: rgb(10,13,191); }
H1.HeaderClassName
{
color: #0A0DBF;
}
.AnyTagClassName
{
color: #0A0DBF;
}
</style>
background-color css
<style>
a { background-color: #0A0DBF; }
a { background-color: rgb(10,13,191); }
div.DivClassName
{
background-color: #0A0DBF;
}
.BgClassName
{
background-color: #0A0DBF;
}
</style>
border-color css
<style>
span { border-color: #0A0DBF; }
span { border-color: rgb(10,13,191); }
td.TdClassName
{
border-color: #0A0DBF;
}
.TagClassName
{
border-color: #0A0DBF;
}
</style>