Shades of Medium Blue #0A0DC4
Tints of Medium Blue #0A0DC4
RGB
CMYK
RGB Variations
Color information
#0A0DC4 (or 0x0A0DC4) is known color: Medium Blue. HEX triplet: 0A, 0D and C4. RGB value is (10,13,196). Sum of RGB (Red+Green+Blue) = 10+13+196=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 196 (76.95% from 255 or 89.50% from 219); Max value from RGB is 196 - color contains mainly: blue. Hex color #0A0DC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0DC4 is #F5F23B. Grayscale: #202020. Windows color (decimal): -16118332 or 12848394. OLE color: 12848394.
HSL color Cylindrical-coordinate representation of color #0A0DC4: hue angle of 239.03º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0DC4 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 13 | 196 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.23 |
| HSL | 239.03º | 0.9% | 0.4% | - |
| HSV(B) | 239.03º | 0.95% | 0.77% | - |
| XYZ | 10.23 | 4.34 | 52.52 | - |
| YUV | 32.97 | 220.01 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 196 | 0.95 | 0.93 | 0 | 0.23 | 239.03 | 0.9 | 0.4 |
| Hex | A | D | C4 | 5F | 5D | 0 | 17 | EF | 5A | 28 |
| Octal | 12 | 15 | 304 | 137 | 135 | 0 | 27 | 357 | 132 | 50 |
| Binary | 1010 | 1101 | 11000100 | 1011111 | 1011101 | 0 | 10111 | 11101111 | 1011010 | 101000 |
Color Harmonies of #0A0DC4
Complementary color
Monochromatic Colors of #0A0DC4
Black with #0A0DC4
Text Example
Text Example
White with #0A0DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0DC4; }
p { color: rgb(10,13,196); }
H1.HeaderClassName
{
color: #0A0DC4;
}
.AnyTagClassName
{
color: #0A0DC4;
}
</style>
background-color css
<style>
a { background-color: #0A0DC4; }
a { background-color: rgb(10,13,196); }
div.DivClassName
{
background-color: #0A0DC4;
}
.BgClassName
{
background-color: #0A0DC4;
}
</style>
border-color css
<style>
span { border-color: #0A0DC4; }
span { border-color: rgb(10,13,196); }
td.TdClassName
{
border-color: #0A0DC4;
}
.TagClassName
{
border-color: #0A0DC4;
}
</style>