Shades of Medium Blue #1A02BD
Tints of Medium Blue #1A02BD
RGB
CMYK
RGB Variations
Color information
#1A02BD (or 0x1A02BD) is known color: Medium Blue. HEX triplet: 1A, 02 and BD. RGB value is (26,2,189). Sum of RGB (Red+Green+Blue) = 26+2+189=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 189 (74.22% from 255 or 87.10% from 217); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A02BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A02BD is #E5FD42. Grayscale: #1D1D1D. Windows color (decimal): -15072579 or 12386842. OLE color: 12386842.
HSL color Cylindrical-coordinate representation of color #1A02BD: hue angle of 247.7º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A02BD is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 2 | 189 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.26 |
| HSL | 247.7º | 0.98% | 0.37% | - |
| HSV(B) | 247.7º | 0.99% | 0.74% | - |
| XYZ | 9.63 | 3.94 | 48.4 | - |
| YUV | 30.49 | 217.45 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 189 | 0.86 | 0.99 | 0 | 0.26 | 247.7 | 0.98 | 0.37 |
| Hex | 1A | 2 | BD | 56 | 63 | 0 | 1A | F8 | 62 | 25 |
| Octal | 32 | 2 | 275 | 126 | 143 | 0 | 32 | 370 | 142 | 45 |
| Binary | 11010 | 10 | 10111101 | 1010110 | 1100011 | 0 | 11010 | 11111000 | 1100010 | 100101 |
Color Harmonies of #1A02BD
Complementary color
Monochromatic Colors of #1A02BD
Black with #1A02BD
Text Example
Text Example
White with #1A02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A02BD; }
p { color: rgb(26,2,189); }
H1.HeaderClassName
{
color: #1A02BD;
}
.AnyTagClassName
{
color: #1A02BD;
}
</style>
background-color css
<style>
a { background-color: #1A02BD; }
a { background-color: rgb(26,2,189); }
div.DivClassName
{
background-color: #1A02BD;
}
.BgClassName
{
background-color: #1A02BD;
}
</style>
border-color css
<style>
span { border-color: #1A02BD; }
span { border-color: rgb(26,2,189); }
td.TdClassName
{
border-color: #1A02BD;
}
.TagClassName
{
border-color: #1A02BD;
}
</style>