Shades of Medium Blue #151BD5
Tints of Medium Blue #151BD5
RGB
CMYK
RGB Variations
Color information
#151BD5 (or 0x151BD5) is known color: Medium Blue. HEX triplet: 15, 1B and D5. RGB value is (21,27,213). Sum of RGB (Red+Green+Blue) = 21+27+213=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 213 (83.59% from 255 or 81.61% from 261); Max value from RGB is 213 - color contains mainly: blue. Hex color #151BD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BD5 is #EAE42A. Grayscale: #2D2D2D. Windows color (decimal): -15393835 or 13966101. OLE color: 13966101.
HSL color Cylindrical-coordinate representation of color #151BD5: hue angle of 238.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151BD5 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 27 | 213 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.16 |
| HSL | 238.13º | 0.82% | 0.46% | - |
| HSV(B) | 238.13º | 0.9% | 0.84% | - |
| XYZ | 12.71 | 5.75 | 63.39 | - |
| YUV | 46.41 | 222.01 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 213 | 0.90 | 0.87 | 0 | 0.16 | 238.13 | 0.82 | 0.46 |
| Hex | 15 | 1B | D5 | 5A | 57 | 0 | 10 | EE | 52 | 2E |
| Octal | 25 | 33 | 325 | 132 | 127 | 0 | 20 | 356 | 122 | 56 |
| Binary | 10101 | 11011 | 11010101 | 1011010 | 1010111 | 0 | 10000 | 11101110 | 1010010 | 101110 |
Color Harmonies of #151BD5
Complementary color
Monochromatic Colors of #151BD5
Black with #151BD5
Text Example
Text Example
White with #151BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BD5; }
p { color: rgb(21,27,213); }
H1.HeaderClassName
{
color: #151BD5;
}
.AnyTagClassName
{
color: #151BD5;
}
</style>
background-color css
<style>
a { background-color: #151BD5; }
a { background-color: rgb(21,27,213); }
div.DivClassName
{
background-color: #151BD5;
}
.BgClassName
{
background-color: #151BD5;
}
</style>
border-color css
<style>
span { border-color: #151BD5; }
span { border-color: rgb(21,27,213); }
td.TdClassName
{
border-color: #151BD5;
}
.TagClassName
{
border-color: #151BD5;
}
</style>