Shades of Medium Blue #151AD1
Tints of Medium Blue #151AD1
RGB
CMYK
RGB Variations
Color information
#151AD1 (or 0x151AD1) is known color: Medium Blue. HEX triplet: 15, 1A and D1. RGB value is (21,26,209). Sum of RGB (Red+Green+Blue) = 21+26+209=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 209 (82.03% from 255 or 81.64% from 256); Max value from RGB is 209 - color contains mainly: blue. Hex color #151AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151AD1 is #EAE52E. Grayscale: #2C2C2C. Windows color (decimal): -15394095 or 13703701. OLE color: 13703701.
HSL color Cylindrical-coordinate representation of color #151AD1: hue angle of 238.4º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151AD1 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 26 | 209 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.18 |
| HSL | 238.4º | 0.82% | 0.45% | - |
| HSV(B) | 238.4º | 0.9% | 0.82% | - |
| XYZ | 12.19 | 5.5 | 60.74 | - |
| YUV | 45.37 | 220.34 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 209 | 0.90 | 0.88 | 0 | 0.18 | 238.4 | 0.82 | 0.45 |
| Hex | 15 | 1A | D1 | 5A | 58 | 0 | 12 | EE | 52 | 2D |
| Octal | 25 | 32 | 321 | 132 | 130 | 0 | 22 | 356 | 122 | 55 |
| Binary | 10101 | 11010 | 11010001 | 1011010 | 1011000 | 0 | 10010 | 11101110 | 1010010 | 101101 |
Color Harmonies of #151AD1
Complementary color
Monochromatic Colors of #151AD1
Black with #151AD1
Text Example
Text Example
White with #151AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151AD1; }
p { color: rgb(21,26,209); }
H1.HeaderClassName
{
color: #151AD1;
}
.AnyTagClassName
{
color: #151AD1;
}
</style>
background-color css
<style>
a { background-color: #151AD1; }
a { background-color: rgb(21,26,209); }
div.DivClassName
{
background-color: #151AD1;
}
.BgClassName
{
background-color: #151AD1;
}
</style>
border-color css
<style>
span { border-color: #151AD1; }
span { border-color: rgb(21,26,209); }
td.TdClassName
{
border-color: #151AD1;
}
.TagClassName
{
border-color: #151AD1;
}
</style>