Shades of Medium Blue #0A0DBB
Tints of Medium Blue #0A0DBB
RGB
CMYK
RGB Variations
Color information
#0A0DBB (or 0x0A0DBB) is known color: Medium Blue. HEX triplet: 0A, 0D and BB. RGB value is (10,13,187). Sum of RGB (Red+Green+Blue) = 10+13+187=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A0DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0DBB is #F5F244. Grayscale: #1F1F1F. Windows color (decimal): -16118341 or 12258570. OLE color: 12258570.
HSL color Cylindrical-coordinate representation of color #0A0DBB: hue angle of 238.98º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0DBB is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 13 | 187 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.27 |
| HSL | 238.98º | 0.9% | 0.39% | - |
| HSV(B) | 238.98º | 0.95% | 0.73% | - |
| XYZ | 9.24 | 3.94 | 47.29 | - |
| YUV | 31.94 | 215.51 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 187 | 0.95 | 0.93 | 0 | 0.27 | 238.98 | 0.9 | 0.39 |
| Hex | A | D | BB | 5F | 5D | 0 | 1B | EF | 5A | 27 |
| Octal | 12 | 15 | 273 | 137 | 135 | 0 | 33 | 357 | 132 | 47 |
| Binary | 1010 | 1101 | 10111011 | 1011111 | 1011101 | 0 | 11011 | 11101111 | 1011010 | 100111 |
Color Harmonies of #0A0DBB
Complementary color
Monochromatic Colors of #0A0DBB
Black with #0A0DBB
Text Example
Text Example
White with #0A0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0DBB; }
p { color: rgb(10,13,187); }
H1.HeaderClassName
{
color: #0A0DBB;
}
.AnyTagClassName
{
color: #0A0DBB;
}
</style>
background-color css
<style>
a { background-color: #0A0DBB; }
a { background-color: rgb(10,13,187); }
div.DivClassName
{
background-color: #0A0DBB;
}
.BgClassName
{
background-color: #0A0DBB;
}
</style>
border-color css
<style>
span { border-color: #0A0DBB; }
span { border-color: rgb(10,13,187); }
td.TdClassName
{
border-color: #0A0DBB;
}
.TagClassName
{
border-color: #0A0DBB;
}
</style>