Shades of Medium Blue #0A03CC
Tints of Medium Blue #0A03CC
RGB
CMYK
RGB Variations
Color information
#0A03CC (or 0x0A03CC) is known color: Medium Blue. HEX triplet: 0A, 03 and CC. RGB value is (10,3,204). Sum of RGB (Red+Green+Blue) = 10+3+204=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 204 (80.08% from 255 or 94.01% from 217); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A03CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A03CC is #F5FC33. Grayscale: #1B1B1B. Windows color (decimal): -16120884 or 13370122. OLE color: 13370122.
HSL color Cylindrical-coordinate representation of color #0A03CC: hue angle of 242.09º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A03CC is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 3 | 204 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.2 |
| HSL | 242.09º | 0.97% | 0.41% | - |
| HSV(B) | 242.09º | 0.99% | 0.8% | - |
| XYZ | 11.06 | 4.49 | 57.41 | - |
| YUV | 28.01 | 227.32 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 204 | 0.95 | 0.99 | 0 | 0.2 | 242.09 | 0.97 | 0.41 |
| Hex | A | 3 | CC | 5F | 63 | 0 | 14 | F2 | 61 | 29 |
| Octal | 12 | 3 | 314 | 137 | 143 | 0 | 24 | 362 | 141 | 51 |
| Binary | 1010 | 11 | 11001100 | 1011111 | 1100011 | 0 | 10100 | 11110010 | 1100001 | 101001 |
Color Harmonies of #0A03CC
Complementary color
Monochromatic Colors of #0A03CC
Black with #0A03CC
Text Example
Text Example
White with #0A03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A03CC; }
p { color: rgb(10,3,204); }
H1.HeaderClassName
{
color: #0A03CC;
}
.AnyTagClassName
{
color: #0A03CC;
}
</style>
background-color css
<style>
a { background-color: #0A03CC; }
a { background-color: rgb(10,3,204); }
div.DivClassName
{
background-color: #0A03CC;
}
.BgClassName
{
background-color: #0A03CC;
}
</style>
border-color css
<style>
span { border-color: #0A03CC; }
span { border-color: rgb(10,3,204); }
td.TdClassName
{
border-color: #0A03CC;
}
.TagClassName
{
border-color: #0A03CC;
}
</style>