Shades of Medium Blue #1A03B5
Tints of Medium Blue #1A03B5
RGB
CMYK
RGB Variations
Color information
#1A03B5 (or 0x1A03B5) is known color: Medium Blue. HEX triplet: 1A, 03 and B5. RGB value is (26,3,181). Sum of RGB (Red+Green+Blue) = 26+3+181=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 181 (71.09% from 255 or 86.19% from 210); Max value from RGB is 181 - color contains mainly: blue. Hex color #1A03B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A03B5 is #E5FC4A. Grayscale: #1D1D1D. Windows color (decimal): -15072331 or 11862810. OLE color: 11862810.
HSL color Cylindrical-coordinate representation of color #1A03B5: hue angle of 247.75º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A03B5 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 3 | 181 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.29 |
| HSL | 247.75º | 0.97% | 0.36% | - |
| HSV(B) | 247.75º | 0.98% | 0.71% | - |
| XYZ | 8.8 | 3.62 | 43.95 | - |
| YUV | 30.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 181 | 0.86 | 0.98 | 0 | 0.29 | 247.75 | 0.97 | 0.36 |
| Hex | 1A | 3 | B5 | 56 | 62 | 0 | 1D | F8 | 61 | 24 |
| Octal | 32 | 3 | 265 | 126 | 142 | 0 | 35 | 370 | 141 | 44 |
| Binary | 11010 | 11 | 10110101 | 1010110 | 1100010 | 0 | 11101 | 11111000 | 1100001 | 100100 |
Color Harmonies of #1A03B5
Complementary color
Monochromatic Colors of #1A03B5
Black with #1A03B5
Text Example
Text Example
White with #1A03B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A03B5; }
p { color: rgb(26,3,181); }
H1.HeaderClassName
{
color: #1A03B5;
}
.AnyTagClassName
{
color: #1A03B5;
}
</style>
background-color css
<style>
a { background-color: #1A03B5; }
a { background-color: rgb(26,3,181); }
div.DivClassName
{
background-color: #1A03B5;
}
.BgClassName
{
background-color: #1A03B5;
}
</style>
border-color css
<style>
span { border-color: #1A03B5; }
span { border-color: rgb(26,3,181); }
td.TdClassName
{
border-color: #1A03B5;
}
.TagClassName
{
border-color: #1A03B5;
}
</style>