Shades of Medium Blue #1C01BD
Tints of Medium Blue #1C01BD
RGB
CMYK
RGB Variations
Color information
#1C01BD (or 0x1C01BD) is known color: Medium Blue. HEX triplet: 1C, 01 and BD. RGB value is (28,1,189). Sum of RGB (Red+Green+Blue) = 28+1+189=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 189 (74.22% from 255 or 86.70% from 218); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C01BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C01BD is #E3FE42. Grayscale: #1D1D1D. Windows color (decimal): -14941763 or 12386588. OLE color: 12386588.
HSL color Cylindrical-coordinate representation of color #1C01BD: hue angle of 248.62º 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 #1C01BD is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 1 | 189 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.26 |
| HSL | 248.62º | 0.99% | 0.37% | - |
| HSV(B) | 248.62º | 0.99% | 0.74% | - |
| XYZ | 9.68 | 3.94 | 48.4 | - |
| YUV | 30.51 | 217.45 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 189 | 0.85 | 0.99 | 0 | 0.26 | 248.62 | 0.99 | 0.37 |
| Hex | 1C | 1 | BD | 55 | 63 | 0 | 1A | F9 | 63 | 25 |
| Octal | 34 | 1 | 275 | 125 | 143 | 0 | 32 | 371 | 143 | 45 |
| Binary | 11100 | 1 | 10111101 | 1010101 | 1100011 | 0 | 11010 | 11111001 | 1100011 | 100101 |
Color Harmonies of #1C01BD
Complementary color
Monochromatic Colors of #1C01BD
Black with #1C01BD
Text Example
Text Example
White with #1C01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C01BD; }
p { color: rgb(28,1,189); }
H1.HeaderClassName
{
color: #1C01BD;
}
.AnyTagClassName
{
color: #1C01BD;
}
</style>
background-color css
<style>
a { background-color: #1C01BD; }
a { background-color: rgb(28,1,189); }
div.DivClassName
{
background-color: #1C01BD;
}
.BgClassName
{
background-color: #1C01BD;
}
</style>
border-color css
<style>
span { border-color: #1C01BD; }
span { border-color: rgb(28,1,189); }
td.TdClassName
{
border-color: #1C01BD;
}
.TagClassName
{
border-color: #1C01BD;
}
</style>