Shades of Medium Blue #1001BD
Tints of Medium Blue #1001BD
RGB
CMYK
RGB Variations
Color information
#1001BD (or 0x1001BD) is known color: Medium Blue. HEX triplet: 10, 01 and BD. RGB value is (16,1,189). Sum of RGB (Red+Green+Blue) = 16+1+189=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 189 (74.22% from 255 or 91.75% from 206); Max value from RGB is 189 - color contains mainly: blue. Hex color #1001BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1001BD is #EFFE42. Grayscale: #1A1A1A. Windows color (decimal): -15728195 or 12386576. OLE color: 12386576.
HSL color Cylindrical-coordinate representation of color #1001BD: hue angle of 244.79º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1001BD is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 1 | 189 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.26 |
| HSL | 244.79º | 0.99% | 0.37% | - |
| HSV(B) | 244.79º | 0.99% | 0.74% | - |
| XYZ | 9.41 | 3.81 | 48.38 | - |
| YUV | 26.92 | 219.47 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 189 | 0.92 | 0.99 | 0 | 0.26 | 244.79 | 0.99 | 0.37 |
| Hex | 10 | 1 | BD | 5C | 63 | 0 | 1A | F5 | 63 | 25 |
| Octal | 20 | 1 | 275 | 134 | 143 | 0 | 32 | 365 | 143 | 45 |
| Binary | 10000 | 1 | 10111101 | 1011100 | 1100011 | 0 | 11010 | 11110101 | 1100011 | 100101 |
Color Harmonies of #1001BD
Complementary color
Monochromatic Colors of #1001BD
Black with #1001BD
Text Example
Text Example
White with #1001BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001BD; }
p { color: rgb(16,1,189); }
H1.HeaderClassName
{
color: #1001BD;
}
.AnyTagClassName
{
color: #1001BD;
}
</style>
background-color css
<style>
a { background-color: #1001BD; }
a { background-color: rgb(16,1,189); }
div.DivClassName
{
background-color: #1001BD;
}
.BgClassName
{
background-color: #1001BD;
}
</style>
border-color css
<style>
span { border-color: #1001BD; }
span { border-color: rgb(16,1,189); }
td.TdClassName
{
border-color: #1001BD;
}
.TagClassName
{
border-color: #1001BD;
}
</style>