Shades of Medium Blue #1603CB
Tints of Medium Blue #1603CB
RGB
CMYK
RGB Variations
Color information
#1603CB (or 0x1603CB) is known color: Medium Blue. HEX triplet: 16, 03 and CB. RGB value is (22,3,203). Sum of RGB (Red+Green+Blue) = 22+3+203=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 203 (79.69% from 255 or 89.04% from 228); Max value from RGB is 203 - color contains mainly: blue. Hex color #1603CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1603CB is #E9FC34. Grayscale: #1E1E1E. Windows color (decimal): -15334453 or 13304598. OLE color: 13304598.
HSL color Cylindrical-coordinate representation of color #1603CB: hue angle of 245.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1603CB is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 3 | 203 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.20 |
| HSL | 245.7º | 0.97% | 0.4% | - |
| HSV(B) | 245.7º | 0.99% | 0.8% | - |
| XYZ | 11.14 | 4.55 | 56.79 | - |
| YUV | 31.48 | 224.79 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 203 | 0.89 | 0.99 | 0 | 0.20 | 245.7 | 0.97 | 0.4 |
| Hex | 16 | 3 | CB | 59 | 63 | 0 | 14 | F6 | 61 | 28 |
| Octal | 26 | 3 | 313 | 131 | 143 | 0 | 24 | 366 | 141 | 50 |
| Binary | 10110 | 11 | 11001011 | 1011001 | 1100011 | 0 | 10100 | 11110110 | 1100001 | 101000 |
Color Harmonies of #1603CB
Complementary color
Monochromatic Colors of #1603CB
Black with #1603CB
Text Example
Text Example
White with #1603CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1603CB; }
p { color: rgb(22,3,203); }
H1.HeaderClassName
{
color: #1603CB;
}
.AnyTagClassName
{
color: #1603CB;
}
</style>
background-color css
<style>
a { background-color: #1603CB; }
a { background-color: rgb(22,3,203); }
div.DivClassName
{
background-color: #1603CB;
}
.BgClassName
{
background-color: #1603CB;
}
</style>
border-color css
<style>
span { border-color: #1603CB; }
span { border-color: rgb(22,3,203); }
td.TdClassName
{
border-color: #1603CB;
}
.TagClassName
{
border-color: #1603CB;
}
</style>