Shades of Blue #150BEA
Tints of Blue #150BEA
RGB
CMYK
RGB Variations
Color information
#150BEA (or 0x150BEA) is known color: Blue. HEX triplet: 15, 0B and EA. RGB value is (21,11,234). Sum of RGB (Red+Green+Blue) = 21+11+234=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 234 (91.80% from 255 or 87.97% from 266); Max value from RGB is 234 - color contains mainly: blue. Hex color #150BEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150BEA is #EAF415. Grayscale: #262626. Windows color (decimal): -15397910 or 15338261. OLE color: 15338261.
HSL color Cylindrical-coordinate representation of color #150BEA: hue angle of 242.69º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150BEA is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 11 | 234 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.08 |
| HSL | 242.69º | 0.91% | 0.48% | - |
| HSV(B) | 242.69º | 0.95% | 0.92% | - |
| XYZ | 15.28 | 6.34 | 78.26 | - |
| YUV | 39.41 | 237.81 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 234 | 0.91 | 0.95 | 0 | 0.08 | 242.69 | 0.91 | 0.48 |
| Hex | 15 | B | EA | 5B | 5F | 0 | 8 | F3 | 5B | 30 |
| Octal | 25 | 13 | 352 | 133 | 137 | 0 | 10 | 363 | 133 | 60 |
| Binary | 10101 | 1011 | 11101010 | 1011011 | 1011111 | 0 | 1000 | 11110011 | 1011011 | 110000 |
Color Harmonies of #150BEA
Complementary color
Monochromatic Colors of #150BEA
Black with #150BEA
Text Example
Text Example
White with #150BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BEA; }
p { color: rgb(21,11,234); }
H1.HeaderClassName
{
color: #150BEA;
}
.AnyTagClassName
{
color: #150BEA;
}
</style>
background-color css
<style>
a { background-color: #150BEA; }
a { background-color: rgb(21,11,234); }
div.DivClassName
{
background-color: #150BEA;
}
.BgClassName
{
background-color: #150BEA;
}
</style>
border-color css
<style>
span { border-color: #150BEA; }
span { border-color: rgb(21,11,234); }
td.TdClassName
{
border-color: #150BEA;
}
.TagClassName
{
border-color: #150BEA;
}
</style>