Shades of Medium Blue #1003D2
Tints of Medium Blue #1003D2
RGB
CMYK
RGB Variations
Color information
#1003D2 (or 0x1003D2) is known color: Medium Blue. HEX triplet: 10, 03 and D2. RGB value is (16,3,210). Sum of RGB (Red+Green+Blue) = 16+3+210=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 210 (82.42% from 255 or 91.70% from 229); Max value from RGB is 210 - color contains mainly: blue. Hex color #1003D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1003D2 is #EFFC2D. Grayscale: #1D1D1D. Windows color (decimal): -15727662 or 13763344. OLE color: 13763344.
HSL color Cylindrical-coordinate representation of color #1003D2: hue angle of 243.77º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1003D2 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 3 | 210 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.18 |
| HSL | 243.77º | 0.97% | 0.42% | - |
| HSV(B) | 243.77º | 0.99% | 0.82% | - |
| XYZ | 11.88 | 4.83 | 61.28 | - |
| YUV | 30.49 | 229.31 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 210 | 0.92 | 0.99 | 0 | 0.18 | 243.77 | 0.97 | 0.42 |
| Hex | 10 | 3 | D2 | 5C | 63 | 0 | 12 | F4 | 61 | 2A |
| Octal | 20 | 3 | 322 | 134 | 143 | 0 | 22 | 364 | 141 | 52 |
| Binary | 10000 | 11 | 11010010 | 1011100 | 1100011 | 0 | 10010 | 11110100 | 1100001 | 101010 |
Color Harmonies of #1003D2
Complementary color
Monochromatic Colors of #1003D2
Black with #1003D2
Text Example
Text Example
White with #1003D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003D2; }
p { color: rgb(16,3,210); }
H1.HeaderClassName
{
color: #1003D2;
}
.AnyTagClassName
{
color: #1003D2;
}
</style>
background-color css
<style>
a { background-color: #1003D2; }
a { background-color: rgb(16,3,210); }
div.DivClassName
{
background-color: #1003D2;
}
.BgClassName
{
background-color: #1003D2;
}
</style>
border-color css
<style>
span { border-color: #1003D2; }
span { border-color: rgb(16,3,210); }
td.TdClassName
{
border-color: #1003D2;
}
.TagClassName
{
border-color: #1003D2;
}
</style>