Shades of Blue #151CE6
Tints of Blue #151CE6
RGB
CMYK
RGB Variations
Color information
#151CE6 (or 0x151CE6) is known color: Blue. HEX triplet: 15, 1C and E6. RGB value is (21,28,230). Sum of RGB (Red+Green+Blue) = 21+28+230=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 230 (90.23% from 255 or 82.44% from 279); Max value from RGB is 230 - color contains mainly: blue. Hex color #151CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151CE6 is #EAE319. Grayscale: #303030. Windows color (decimal): -15393562 or 15080469. OLE color: 15080469.
HSL color Cylindrical-coordinate representation of color #151CE6: hue angle of 237.99º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151CE6 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 28 | 230 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.10 |
| HSL | 237.99º | 0.83% | 0.49% | - |
| HSV(B) | 237.99º | 0.91% | 0.9% | - |
| XYZ | 15.01 | 6.7 | 75.37 | - |
| YUV | 48.94 | 230.18 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 230 | 0.91 | 0.88 | 0 | 0.10 | 237.99 | 0.83 | 0.49 |
| Hex | 15 | 1C | E6 | 5B | 58 | 0 | A | EE | 53 | 31 |
| Octal | 25 | 34 | 346 | 133 | 130 | 0 | 12 | 356 | 123 | 61 |
| Binary | 10101 | 11100 | 11100110 | 1011011 | 1011000 | 0 | 1010 | 11101110 | 1010011 | 110001 |
Color Harmonies of #151CE6
Complementary color
Monochromatic Colors of #151CE6
Black with #151CE6
Text Example
Text Example
White with #151CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CE6; }
p { color: rgb(21,28,230); }
H1.HeaderClassName
{
color: #151CE6;
}
.AnyTagClassName
{
color: #151CE6;
}
</style>
background-color css
<style>
a { background-color: #151CE6; }
a { background-color: rgb(21,28,230); }
div.DivClassName
{
background-color: #151CE6;
}
.BgClassName
{
background-color: #151CE6;
}
</style>
border-color css
<style>
span { border-color: #151CE6; }
span { border-color: rgb(21,28,230); }
td.TdClassName
{
border-color: #151CE6;
}
.TagClassName
{
border-color: #151CE6;
}
</style>