Shades of Medium Blue #1802BA
Tints of Medium Blue #1802BA
RGB
CMYK
RGB Variations
Color information
#1802BA (or 0x1802BA) is known color: Medium Blue. HEX triplet: 18, 02 and BA. RGB value is (24,2,186). Sum of RGB (Red+Green+Blue) = 24+2+186=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #1802BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1802BA is #E7FD45. Grayscale: #1C1C1C. Windows color (decimal): -15203654 or 12190232. OLE color: 12190232.
HSL color Cylindrical-coordinate representation of color #1802BA: hue angle of 247.17º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1802BA is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 2 | 186 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.27 |
| HSL | 247.17º | 0.98% | 0.37% | - |
| HSV(B) | 247.17º | 0.99% | 0.73% | - |
| XYZ | 9.26 | 3.78 | 46.7 | - |
| YUV | 29.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 186 | 0.87 | 0.99 | 0 | 0.27 | 247.17 | 0.98 | 0.37 |
| Hex | 18 | 2 | BA | 57 | 63 | 0 | 1B | F7 | 62 | 25 |
| Octal | 30 | 2 | 272 | 127 | 143 | 0 | 33 | 367 | 142 | 45 |
| Binary | 11000 | 10 | 10111010 | 1010111 | 1100011 | 0 | 11011 | 11110111 | 1100010 | 100101 |
Color Harmonies of #1802BA
Complementary color
Monochromatic Colors of #1802BA
Black with #1802BA
Text Example
Text Example
White with #1802BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1802BA; }
p { color: rgb(24,2,186); }
H1.HeaderClassName
{
color: #1802BA;
}
.AnyTagClassName
{
color: #1802BA;
}
</style>
background-color css
<style>
a { background-color: #1802BA; }
a { background-color: rgb(24,2,186); }
div.DivClassName
{
background-color: #1802BA;
}
.BgClassName
{
background-color: #1802BA;
}
</style>
border-color css
<style>
span { border-color: #1802BA; }
span { border-color: rgb(24,2,186); }
td.TdClassName
{
border-color: #1802BA;
}
.TagClassName
{
border-color: #1802BA;
}
</style>