Shades of Medium Blue #1001C3
Tints of Medium Blue #1001C3
RGB
CMYK
RGB Variations
Color information
#1001C3 (or 0x1001C3) is known color: Medium Blue. HEX triplet: 10, 01 and C3. RGB value is (16,1,195). Sum of RGB (Red+Green+Blue) = 16+1+195=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 195 (76.56% from 255 or 91.98% from 212); Max value from RGB is 195 - color contains mainly: blue. Hex color #1001C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1001C3 is #EFFE3C. Grayscale: #1A1A1A. Windows color (decimal): -15728189 or 12779792. OLE color: 12779792.
HSL color Cylindrical-coordinate representation of color #1001C3: hue angle of 244.64º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1001C3 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 1 | 195 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.24 |
| HSL | 244.64º | 0.99% | 0.38% | - |
| HSV(B) | 244.64º | 0.99% | 0.76% | - |
| XYZ | 10.07 | 4.07 | 51.88 | - |
| YUV | 27.6 | 222.47 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 195 | 0.92 | 0.99 | 0 | 0.24 | 244.64 | 0.99 | 0.38 |
| Hex | 10 | 1 | C3 | 5C | 63 | 0 | 18 | F5 | 63 | 26 |
| Octal | 20 | 1 | 303 | 134 | 143 | 0 | 30 | 365 | 143 | 46 |
| Binary | 10000 | 1 | 11000011 | 1011100 | 1100011 | 0 | 11000 | 11110101 | 1100011 | 100110 |
Color Harmonies of #1001C3
Complementary color
Monochromatic Colors of #1001C3
Black with #1001C3
Text Example
Text Example
White with #1001C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001C3; }
p { color: rgb(16,1,195); }
H1.HeaderClassName
{
color: #1001C3;
}
.AnyTagClassName
{
color: #1001C3;
}
</style>
background-color css
<style>
a { background-color: #1001C3; }
a { background-color: rgb(16,1,195); }
div.DivClassName
{
background-color: #1001C3;
}
.BgClassName
{
background-color: #1001C3;
}
</style>
border-color css
<style>
span { border-color: #1001C3; }
span { border-color: rgb(16,1,195); }
td.TdClassName
{
border-color: #1001C3;
}
.TagClassName
{
border-color: #1001C3;
}
</style>