Shades of Medium Blue #150DBB
Tints of Medium Blue #150DBB
RGB
CMYK
RGB Variations
Color information
#150DBB (or 0x150DBB) is known color: Medium Blue. HEX triplet: 15, 0D and BB. RGB value is (21,13,187). Sum of RGB (Red+Green+Blue) = 21+13+187=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #150DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150DBB is #EAF244. Grayscale: #222222. Windows color (decimal): -15397445 or 12258581. OLE color: 12258581.
HSL color Cylindrical-coordinate representation of color #150DBB: hue angle of 242.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150DBB is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 13 | 187 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.27 |
| HSL | 242.76º | 0.87% | 0.39% | - |
| HSV(B) | 242.76º | 0.93% | 0.73% | - |
| XYZ | 9.42 | 4.04 | 47.3 | - |
| YUV | 35.23 | 213.65 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 187 | 0.89 | 0.93 | 0 | 0.27 | 242.76 | 0.87 | 0.39 |
| Hex | 15 | D | BB | 59 | 5D | 0 | 1B | F3 | 57 | 27 |
| Octal | 25 | 15 | 273 | 131 | 135 | 0 | 33 | 363 | 127 | 47 |
| Binary | 10101 | 1101 | 10111011 | 1011001 | 1011101 | 0 | 11011 | 11110011 | 1010111 | 100111 |
Color Harmonies of #150DBB
Complementary color
Monochromatic Colors of #150DBB
Black with #150DBB
Text Example
Text Example
White with #150DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DBB; }
p { color: rgb(21,13,187); }
H1.HeaderClassName
{
color: #150DBB;
}
.AnyTagClassName
{
color: #150DBB;
}
</style>
background-color css
<style>
a { background-color: #150DBB; }
a { background-color: rgb(21,13,187); }
div.DivClassName
{
background-color: #150DBB;
}
.BgClassName
{
background-color: #150DBB;
}
</style>
border-color css
<style>
span { border-color: #150DBB; }
span { border-color: rgb(21,13,187); }
td.TdClassName
{
border-color: #150DBB;
}
.TagClassName
{
border-color: #150DBB;
}
</style>