Shades of Medium Blue #0901CB
Tints of Medium Blue #0901CB
RGB
CMYK
RGB Variations
Color information
#0901CB (or 0x0901CB) is known color: Medium Blue. HEX triplet: 09, 01 and CB. RGB value is (9,1,203). Sum of RGB (Red+Green+Blue) = 9+1+203=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 203 (79.69% from 255 or 95.31% from 213); Max value from RGB is 203 - color contains mainly: blue. Hex color #0901CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0901CB is #F6FE34. Grayscale: #191919. Windows color (decimal): -16186933 or 13304073. OLE color: 13304073.
HSL color Cylindrical-coordinate representation of color #0901CB: hue angle of 242.38º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0901CB is Cyan = 0.96, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 1 | 203 | - |
| CMYK | 0.96 | 1.00 | 0 | 0.20 |
| HSL | 242.38º | 0.99% | 0.4% | - |
| HSV(B) | 242.38º | 1% | 0.8% | - |
| XYZ | 10.9 | 4.39 | 56.77 | - |
| YUV | 26.42 | 227.65 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 203 | 0.96 | 1.00 | 0 | 0.20 | 242.38 | 0.99 | 0.4 |
| Hex | 9 | 1 | CB | 60 | 64 | 0 | 14 | F2 | 63 | 28 |
| Octal | 11 | 1 | 313 | 140 | 144 | 0 | 24 | 362 | 143 | 50 |
| Binary | 1001 | 1 | 11001011 | 1100000 | 1100100 | 0 | 10100 | 11110010 | 1100011 | 101000 |
Color Harmonies of #0901CB
Complementary color
Monochromatic Colors of #0901CB
Black with #0901CB
Text Example
Text Example
White with #0901CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0901CB; }
p { color: rgb(9,1,203); }
H1.HeaderClassName
{
color: #0901CB;
}
.AnyTagClassName
{
color: #0901CB;
}
</style>
background-color css
<style>
a { background-color: #0901CB; }
a { background-color: rgb(9,1,203); }
div.DivClassName
{
background-color: #0901CB;
}
.BgClassName
{
background-color: #0901CB;
}
</style>
border-color css
<style>
span { border-color: #0901CB; }
span { border-color: rgb(9,1,203); }
td.TdClassName
{
border-color: #0901CB;
}
.TagClassName
{
border-color: #0901CB;
}
</style>