Shades of Medium Blue #0A00CB
Tints of Medium Blue #0A00CB
RGB
CMYK
RGB Variations
Color information
#0A00CB (or 0x0A00CB) is known color: Medium Blue. HEX triplet: 0A, 00 and CB. RGB value is (10,0,203). Sum of RGB (Red+Green+Blue) = 10+0+203=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 203 (79.69% from 255 or 95.31% from 213); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A00CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A00CB is #F5FF34. Grayscale: #191919. Windows color (decimal): -16121653 or 13303818. OLE color: 13303818.
HSL color Cylindrical-coordinate representation of color #0A00CB: hue angle of 242.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A00CB is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 0 | 203 | - |
| CMYK | 0.95 | 1 | 0 | 0.20 |
| HSL | 242.96º | 1% | 0.4% | - |
| HSV(B) | 242.96º | 1% | 0.8% | - |
| XYZ | 10.9 | 4.38 | 56.77 | - |
| YUV | 26.13 | 227.81 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 203 | 0.95 | 1 | 0 | 0.20 | 242.96 | 1 | 0.4 |
| Hex | A | 0 | CB | 5F | 64 | 0 | 14 | F3 | 64 | 28 |
| Octal | 12 | 0 | 313 | 137 | 144 | 0 | 24 | 363 | 144 | 50 |
| Binary | 1010 | 0 | 11001011 | 1011111 | 1100100 | 0 | 10100 | 11110011 | 1100100 | 101000 |
Color Harmonies of #0A00CB
Complementary color
Monochromatic Colors of #0A00CB
Black with #0A00CB
Text Example
Text Example
White with #0A00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A00CB; }
p { color: rgb(10,0,203); }
H1.HeaderClassName
{
color: #0A00CB;
}
.AnyTagClassName
{
color: #0A00CB;
}
</style>
background-color css
<style>
a { background-color: #0A00CB; }
a { background-color: rgb(10,0,203); }
div.DivClassName
{
background-color: #0A00CB;
}
.BgClassName
{
background-color: #0A00CB;
}
</style>
border-color css
<style>
span { border-color: #0A00CB; }
span { border-color: rgb(10,0,203); }
td.TdClassName
{
border-color: #0A00CB;
}
.TagClassName
{
border-color: #0A00CB;
}
</style>