Shades of Medium Blue #0A0CCD
Tints of Medium Blue #0A0CCD
RGB
CMYK
RGB Variations
Color information
#0A0CCD (or 0x0A0CCD) is known color: Medium Blue. HEX triplet: 0A, 0C and CD. RGB value is (10,12,205). Sum of RGB (Red+Green+Blue) = 10+12+205=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 205 (80.47% from 255 or 90.31% from 227); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A0CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0CCD is #F5F332. Grayscale: #202020. Windows color (decimal): -16118579 or 13437962. OLE color: 13437962.
HSL color Cylindrical-coordinate representation of color #0A0CCD: hue angle of 239.38º 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 #0A0CCD is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 12 | 205 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.20 |
| HSL | 239.38º | 0.91% | 0.42% | - |
| HSV(B) | 239.38º | 0.95% | 0.8% | - |
| XYZ | 11.28 | 4.74 | 58.08 | - |
| YUV | 33.4 | 224.84 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 205 | 0.95 | 0.94 | 0 | 0.20 | 239.38 | 0.91 | 0.42 |
| Hex | A | C | CD | 5F | 5E | 0 | 14 | EF | 5B | 2A |
| Octal | 12 | 14 | 315 | 137 | 136 | 0 | 24 | 357 | 133 | 52 |
| Binary | 1010 | 1100 | 11001101 | 1011111 | 1011110 | 0 | 10100 | 11101111 | 1011011 | 101010 |
Color Harmonies of #0A0CCD
Complementary color
Monochromatic Colors of #0A0CCD
Black with #0A0CCD
Text Example
Text Example
White with #0A0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0CCD; }
p { color: rgb(10,12,205); }
H1.HeaderClassName
{
color: #0A0CCD;
}
.AnyTagClassName
{
color: #0A0CCD;
}
</style>
background-color css
<style>
a { background-color: #0A0CCD; }
a { background-color: rgb(10,12,205); }
div.DivClassName
{
background-color: #0A0CCD;
}
.BgClassName
{
background-color: #0A0CCD;
}
</style>
border-color css
<style>
span { border-color: #0A0CCD; }
span { border-color: rgb(10,12,205); }
td.TdClassName
{
border-color: #0A0CCD;
}
.TagClassName
{
border-color: #0A0CCD;
}
</style>