Shades of Medium Blue #151BCB
Tints of Medium Blue #151BCB
RGB
CMYK
RGB Variations
Color information
#151BCB (or 0x151BCB) is known color: Medium Blue. HEX triplet: 15, 1B and CB. RGB value is (21,27,203). Sum of RGB (Red+Green+Blue) = 21+27+203=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #151BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BCB is #EAE434. Grayscale: #2C2C2C. Windows color (decimal): -15393845 or 13310741. OLE color: 13310741.
HSL color Cylindrical-coordinate representation of color #151BCB: hue angle of 238.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151BCB is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 27 | 203 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.20 |
| HSL | 238.02º | 0.81% | 0.44% | - |
| HSV(B) | 238.02º | 0.9% | 0.8% | - |
| XYZ | 11.48 | 5.26 | 56.91 | - |
| YUV | 45.27 | 217.01 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 203 | 0.90 | 0.87 | 0 | 0.20 | 238.02 | 0.81 | 0.44 |
| Hex | 15 | 1B | CB | 5A | 57 | 0 | 14 | EE | 51 | 2C |
| Octal | 25 | 33 | 313 | 132 | 127 | 0 | 24 | 356 | 121 | 54 |
| Binary | 10101 | 11011 | 11001011 | 1011010 | 1010111 | 0 | 10100 | 11101110 | 1010001 | 101100 |
Color Harmonies of #151BCB
Complementary color
Monochromatic Colors of #151BCB
Black with #151BCB
Text Example
Text Example
White with #151BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BCB; }
p { color: rgb(21,27,203); }
H1.HeaderClassName
{
color: #151BCB;
}
.AnyTagClassName
{
color: #151BCB;
}
</style>
background-color css
<style>
a { background-color: #151BCB; }
a { background-color: rgb(21,27,203); }
div.DivClassName
{
background-color: #151BCB;
}
.BgClassName
{
background-color: #151BCB;
}
</style>
border-color css
<style>
span { border-color: #151BCB; }
span { border-color: rgb(21,27,203); }
td.TdClassName
{
border-color: #151BCB;
}
.TagClassName
{
border-color: #151BCB;
}
</style>