Shades of Medium Blue #0A07CB
Tints of Medium Blue #0A07CB
RGB
CMYK
RGB Variations
Color information
#0A07CB (or 0x0A07CB) is known color: Medium Blue. HEX triplet: 0A, 07 and CB. RGB value is (10,7,203). Sum of RGB (Red+Green+Blue) = 10+7+203=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A07CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A07CB is #F5F834. Grayscale: #1D1D1D. Windows color (decimal): -16119861 or 13305610. OLE color: 13305610.
HSL color Cylindrical-coordinate representation of color #0A07CB: hue angle of 240.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A07CB is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 7 | 203 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.20 |
| HSL | 240.92º | 0.93% | 0.41% | - |
| HSV(B) | 240.92º | 0.97% | 0.8% | - |
| XYZ | 10.98 | 4.53 | 56.8 | - |
| YUV | 30.24 | 225.49 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 203 | 0.95 | 0.97 | 0 | 0.20 | 240.92 | 0.93 | 0.41 |
| Hex | A | 7 | CB | 5F | 61 | 0 | 14 | F1 | 5D | 29 |
| Octal | 12 | 7 | 313 | 137 | 141 | 0 | 24 | 361 | 135 | 51 |
| Binary | 1010 | 111 | 11001011 | 1011111 | 1100001 | 0 | 10100 | 11110001 | 1011101 | 101001 |
Color Harmonies of #0A07CB
Complementary color
Monochromatic Colors of #0A07CB
Black with #0A07CB
Text Example
Text Example
White with #0A07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07CB; }
p { color: rgb(10,7,203); }
H1.HeaderClassName
{
color: #0A07CB;
}
.AnyTagClassName
{
color: #0A07CB;
}
</style>
background-color css
<style>
a { background-color: #0A07CB; }
a { background-color: rgb(10,7,203); }
div.DivClassName
{
background-color: #0A07CB;
}
.BgClassName
{
background-color: #0A07CB;
}
</style>
border-color css
<style>
span { border-color: #0A07CB; }
span { border-color: rgb(10,7,203); }
td.TdClassName
{
border-color: #0A07CB;
}
.TagClassName
{
border-color: #0A07CB;
}
</style>