Shades of Medium Blue #1502B6
Tints of Medium Blue #1502B6
RGB
CMYK
RGB Variations
Color information
#1502B6 (or 0x1502B6) is known color: Medium Blue. HEX triplet: 15, 02 and B6. RGB value is (21,2,182). Sum of RGB (Red+Green+Blue) = 21+2+182=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 182 (71.48% from 255 or 88.78% from 205); Max value from RGB is 182 - color contains mainly: blue. Hex color #1502B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502B6 is #EAFD49. Grayscale: #1B1B1B. Windows color (decimal): -15400266 or 11928085. OLE color: 11928085.
HSL color Cylindrical-coordinate representation of color #1502B6: hue angle of 246.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502B6 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 2 | 182 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.29 |
| HSL | 246.33º | 0.98% | 0.36% | - |
| HSV(B) | 246.33º | 0.99% | 0.71% | - |
| XYZ | 8.77 | 3.58 | 44.48 | - |
| YUV | 28.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 182 | 0.88 | 0.99 | 0 | 0.29 | 246.33 | 0.98 | 0.36 |
| Hex | 15 | 2 | B6 | 58 | 63 | 0 | 1D | F6 | 62 | 24 |
| Octal | 25 | 2 | 266 | 130 | 143 | 0 | 35 | 366 | 142 | 44 |
| Binary | 10101 | 10 | 10110110 | 1011000 | 1100011 | 0 | 11101 | 11110110 | 1100010 | 100100 |
Color Harmonies of #1502B6
Complementary color
Monochromatic Colors of #1502B6
Black with #1502B6
Text Example
Text Example
White with #1502B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502B6; }
p { color: rgb(21,2,182); }
H1.HeaderClassName
{
color: #1502B6;
}
.AnyTagClassName
{
color: #1502B6;
}
</style>
background-color css
<style>
a { background-color: #1502B6; }
a { background-color: rgb(21,2,182); }
div.DivClassName
{
background-color: #1502B6;
}
.BgClassName
{
background-color: #1502B6;
}
</style>
border-color css
<style>
span { border-color: #1502B6; }
span { border-color: rgb(21,2,182); }
td.TdClassName
{
border-color: #1502B6;
}
.TagClassName
{
border-color: #1502B6;
}
</style>