Shades of Medium Blue #0100CB
Tints of Medium Blue #0100CB
RGB
CMYK
RGB Variations
Color information
#0100CB (or 0x0100CB) is known color: Medium Blue. HEX triplet: 01, 00 and CB. RGB value is (1,0,203). Sum of RGB (Red+Green+Blue) = 1+0+203=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 203 (79.69% from 255 or 99.51% from 204); Max value from RGB is 203 - color contains mainly: blue. Hex color #0100CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0100CB is #FEFF34. Grayscale: #161616. Windows color (decimal): -16711477 or 13303809. OLE color: 13303809.
HSL color Cylindrical-coordinate representation of color #0100CB: hue angle of 240.3º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0100CB is Cyan = 1.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 0 | 203 | - |
| CMYK | 1.00 | 1 | 0 | 0.20 |
| HSL | 240.3º | 1% | 0.4% | - |
| HSV(B) | 240.3º | 1% | 0.8% | - |
| XYZ | 10.79 | 4.32 | 56.76 | - |
| YUV | 23.44 | 229.33 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 203 | 1.00 | 1 | 0 | 0.20 | 240.3 | 1 | 0.4 |
| Hex | 1 | 0 | CB | 64 | 64 | 0 | 14 | F0 | 64 | 28 |
| Octal | 1 | 0 | 313 | 144 | 144 | 0 | 24 | 360 | 144 | 50 |
| Binary | 1 | 0 | 11001011 | 1100100 | 1100100 | 0 | 10100 | 11110000 | 1100100 | 101000 |
Color Harmonies of #0100CB
Complementary color
Monochromatic Colors of #0100CB
Black with #0100CB
Text Example
Text Example
White with #0100CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0100CB; }
p { color: rgb(1,0,203); }
H1.HeaderClassName
{
color: #0100CB;
}
.AnyTagClassName
{
color: #0100CB;
}
</style>
background-color css
<style>
a { background-color: #0100CB; }
a { background-color: rgb(1,0,203); }
div.DivClassName
{
background-color: #0100CB;
}
.BgClassName
{
background-color: #0100CB;
}
</style>
border-color css
<style>
span { border-color: #0100CB; }
span { border-color: rgb(1,0,203); }
td.TdClassName
{
border-color: #0100CB;
}
.TagClassName
{
border-color: #0100CB;
}
</style>