Shades of Medium Blue #0A09CD
Tints of Medium Blue #0A09CD
RGB
CMYK
RGB Variations
Color information
#0A09CD (or 0x0A09CD) is known color: Medium Blue. HEX triplet: 0A, 09 and CD. RGB value is (10,9,205). Sum of RGB (Red+Green+Blue) = 10+9+205=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 205 (80.47% from 255 or 91.52% from 224); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A09CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A09CD is #F5F632. Grayscale: #1E1E1E. Windows color (decimal): -16119347 or 13437194. OLE color: 13437194.
HSL color Cylindrical-coordinate representation of color #0A09CD: hue angle of 240.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A09CD is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 9 | 205 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.20 |
| HSL | 240.31º | 0.92% | 0.42% | - |
| HSV(B) | 240.31º | 0.96% | 0.8% | - |
| XYZ | 11.24 | 4.67 | 58.07 | - |
| YUV | 31.64 | 225.83 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 205 | 0.95 | 0.96 | 0 | 0.20 | 240.31 | 0.92 | 0.42 |
| Hex | A | 9 | CD | 5F | 60 | 0 | 14 | F0 | 5C | 2A |
| Octal | 12 | 11 | 315 | 137 | 140 | 0 | 24 | 360 | 134 | 52 |
| Binary | 1010 | 1001 | 11001101 | 1011111 | 1100000 | 0 | 10100 | 11110000 | 1011100 | 101010 |
Color Harmonies of #0A09CD
Complementary color
Monochromatic Colors of #0A09CD
Black with #0A09CD
Text Example
Text Example
White with #0A09CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A09CD; }
p { color: rgb(10,9,205); }
H1.HeaderClassName
{
color: #0A09CD;
}
.AnyTagClassName
{
color: #0A09CD;
}
</style>
background-color css
<style>
a { background-color: #0A09CD; }
a { background-color: rgb(10,9,205); }
div.DivClassName
{
background-color: #0A09CD;
}
.BgClassName
{
background-color: #0A09CD;
}
</style>
border-color css
<style>
span { border-color: #0A09CD; }
span { border-color: rgb(10,9,205); }
td.TdClassName
{
border-color: #0A09CD;
}
.TagClassName
{
border-color: #0A09CD;
}
</style>