Shades of Medium Blue #0A1DCD
Tints of Medium Blue #0A1DCD
RGB
CMYK
RGB Variations
Color information
#0A1DCD (or 0x0A1DCD) is known color: Medium Blue. HEX triplet: 0A, 1D and CD. RGB value is (10,29,205). Sum of RGB (Red+Green+Blue) = 10+29+205=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A1DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1DCD is #F5E232. Grayscale: #2A2A2A. Windows color (decimal): -16114227 or 13442314. OLE color: 13442314.
HSL color Cylindrical-coordinate representation of color #0A1DCD: hue angle of 234.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1DCD is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 29 | 205 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.20 |
| HSL | 234.15º | 0.91% | 0.42% | - |
| HSV(B) | 234.15º | 0.95% | 0.8% | - |
| XYZ | 11.58 | 5.35 | 58.18 | - |
| YUV | 43.38 | 219.21 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 205 | 0.95 | 0.86 | 0 | 0.20 | 234.15 | 0.91 | 0.42 |
| Hex | A | 1D | CD | 5F | 56 | 0 | 14 | EA | 5B | 2A |
| Octal | 12 | 35 | 315 | 137 | 126 | 0 | 24 | 352 | 133 | 52 |
| Binary | 1010 | 11101 | 11001101 | 1011111 | 1010110 | 0 | 10100 | 11101010 | 1011011 | 101010 |
Color Harmonies of #0A1DCD
Complementary color
Monochromatic Colors of #0A1DCD
Black with #0A1DCD
Text Example
Text Example
White with #0A1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1DCD; }
p { color: rgb(10,29,205); }
H1.HeaderClassName
{
color: #0A1DCD;
}
.AnyTagClassName
{
color: #0A1DCD;
}
</style>
background-color css
<style>
a { background-color: #0A1DCD; }
a { background-color: rgb(10,29,205); }
div.DivClassName
{
background-color: #0A1DCD;
}
.BgClassName
{
background-color: #0A1DCD;
}
</style>
border-color css
<style>
span { border-color: #0A1DCD; }
span { border-color: rgb(10,29,205); }
td.TdClassName
{
border-color: #0A1DCD;
}
.TagClassName
{
border-color: #0A1DCD;
}
</style>