Shades of Medium Blue #0103CA
Tints of Medium Blue #0103CA
RGB
CMYK
RGB Variations
Color information
#0103CA (or 0x0103CA) is known color: Medium Blue. HEX triplet: 01, 03 and CA. RGB value is (1,3,202). Sum of RGB (Red+Green+Blue) = 1+3+202=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 202 (79.30% from 255 or 98.06% from 206); Max value from RGB is 202 - color contains mainly: blue. Hex color #0103CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0103CA is #FEFC35. Grayscale: #181818. Windows color (decimal): -16710710 or 13239041. OLE color: 13239041.
HSL color Cylindrical-coordinate representation of color #0103CA: hue angle of 239.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0103CA is Cyan = 1.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 3 | 202 | - |
| CMYK | 1.00 | 0.99 | 0 | 0.21 |
| HSL | 239.4º | 0.99% | 0.4% | - |
| HSV(B) | 239.4º | 1% | 0.79% | - |
| XYZ | 10.71 | 4.34 | 56.15 | - |
| YUV | 25.09 | 227.84 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 202 | 1.00 | 0.99 | 0 | 0.21 | 239.4 | 0.99 | 0.4 |
| Hex | 1 | 3 | CA | 64 | 63 | 0 | 15 | EF | 63 | 28 |
| Octal | 1 | 3 | 312 | 144 | 143 | 0 | 25 | 357 | 143 | 50 |
| Binary | 1 | 11 | 11001010 | 1100100 | 1100011 | 0 | 10101 | 11101111 | 1100011 | 101000 |
Color Harmonies of #0103CA
Complementary color
Monochromatic Colors of #0103CA
Black with #0103CA
Text Example
Text Example
White with #0103CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0103CA; }
p { color: rgb(1,3,202); }
H1.HeaderClassName
{
color: #0103CA;
}
.AnyTagClassName
{
color: #0103CA;
}
</style>
background-color css
<style>
a { background-color: #0103CA; }
a { background-color: rgb(1,3,202); }
div.DivClassName
{
background-color: #0103CA;
}
.BgClassName
{
background-color: #0103CA;
}
</style>
border-color css
<style>
span { border-color: #0103CA; }
span { border-color: rgb(1,3,202); }
td.TdClassName
{
border-color: #0103CA;
}
.TagClassName
{
border-color: #0103CA;
}
</style>