Shades of Medium Blue #0A06C1
Tints of Medium Blue #0A06C1
RGB
CMYK
RGB Variations
Color information
#0A06C1 (or 0x0A06C1) is known color: Medium Blue. HEX triplet: 0A, 06 and C1. RGB value is (10,6,193). Sum of RGB (Red+Green+Blue) = 10+6+193=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 193 (75.78% from 255 or 92.34% from 209); Max value from RGB is 193 - color contains mainly: blue. Hex color #0A06C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06C1 is #F5F93E. Grayscale: #1B1B1B. Windows color (decimal): -16120127 or 12649994. OLE color: 12649994.
HSL color Cylindrical-coordinate representation of color #0A06C1: hue angle of 241.28º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A06C1 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 6 | 193 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.24 |
| HSL | 241.28º | 0.94% | 0.39% | - |
| HSV(B) | 241.28º | 0.97% | 0.76% | - |
| XYZ | 9.82 | 4.05 | 50.72 | - |
| YUV | 28.51 | 220.83 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 193 | 0.95 | 0.97 | 0 | 0.24 | 241.28 | 0.94 | 0.39 |
| Hex | A | 6 | C1 | 5F | 61 | 0 | 18 | F1 | 5E | 27 |
| Octal | 12 | 6 | 301 | 137 | 141 | 0 | 30 | 361 | 136 | 47 |
| Binary | 1010 | 110 | 11000001 | 1011111 | 1100001 | 0 | 11000 | 11110001 | 1011110 | 100111 |
Color Harmonies of #0A06C1
Complementary color
Monochromatic Colors of #0A06C1
Black with #0A06C1
Text Example
Text Example
White with #0A06C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A06C1; }
p { color: rgb(10,6,193); }
H1.HeaderClassName
{
color: #0A06C1;
}
.AnyTagClassName
{
color: #0A06C1;
}
</style>
background-color css
<style>
a { background-color: #0A06C1; }
a { background-color: rgb(10,6,193); }
div.DivClassName
{
background-color: #0A06C1;
}
.BgClassName
{
background-color: #0A06C1;
}
</style>
border-color css
<style>
span { border-color: #0A06C1; }
span { border-color: rgb(10,6,193); }
td.TdClassName
{
border-color: #0A06C1;
}
.TagClassName
{
border-color: #0A06C1;
}
</style>