Shades of Medium Blue #0D0ABD
Tints of Medium Blue #0D0ABD
RGB
CMYK
RGB Variations
Color information
#0D0ABD (or 0x0D0ABD) is known color: Medium Blue. HEX triplet: 0D, 0A and BD. RGB value is (13,10,189). Sum of RGB (Red+Green+Blue) = 13+10+189=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 189 (74.22% from 255 or 89.15% from 212); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D0ABD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0ABD is #F2F542. Grayscale: #1E1E1E. Windows color (decimal): -15922499 or 12388877. OLE color: 12388877.
HSL color Cylindrical-coordinate representation of color #0D0ABD: hue angle of 241.01º 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 #0D0ABD is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 10 | 189 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.26 |
| HSL | 241.01º | 0.9% | 0.39% | - |
| HSV(B) | 241.01º | 0.95% | 0.74% | - |
| XYZ | 9.46 | 3.98 | 48.41 | - |
| YUV | 31.3 | 216.99 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 189 | 0.93 | 0.95 | 0 | 0.26 | 241.01 | 0.9 | 0.39 |
| Hex | D | A | BD | 5D | 5F | 0 | 1A | F1 | 5A | 27 |
| Octal | 15 | 12 | 275 | 135 | 137 | 0 | 32 | 361 | 132 | 47 |
| Binary | 1101 | 1010 | 10111101 | 1011101 | 1011111 | 0 | 11010 | 11110001 | 1011010 | 100111 |
Color Harmonies of #0D0ABD
Complementary color
Monochromatic Colors of #0D0ABD
Black with #0D0ABD
Text Example
Text Example
White with #0D0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0ABD; }
p { color: rgb(13,10,189); }
H1.HeaderClassName
{
color: #0D0ABD;
}
.AnyTagClassName
{
color: #0D0ABD;
}
</style>
background-color css
<style>
a { background-color: #0D0ABD; }
a { background-color: rgb(13,10,189); }
div.DivClassName
{
background-color: #0D0ABD;
}
.BgClassName
{
background-color: #0D0ABD;
}
</style>
border-color css
<style>
span { border-color: #0D0ABD; }
span { border-color: rgb(13,10,189); }
td.TdClassName
{
border-color: #0D0ABD;
}
.TagClassName
{
border-color: #0D0ABD;
}
</style>