Shades of Medium Blue #1A05CA
Tints of Medium Blue #1A05CA
RGB
CMYK
RGB Variations
Color information
#1A05CA (or 0x1A05CA) is known color: Medium Blue. HEX triplet: 1A, 05 and CA. RGB value is (26,5,202). Sum of RGB (Red+Green+Blue) = 26+5+202=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 202 (79.30% from 255 or 86.70% from 233); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A05CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A05CA is #E5FA35. Grayscale: #202020. Windows color (decimal): -15071798 or 13239578. OLE color: 13239578.
HSL color Cylindrical-coordinate representation of color #1A05CA: hue angle of 246.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A05CA is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 5 | 202 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.21 |
| HSL | 246.4º | 0.95% | 0.41% | - |
| HSV(B) | 246.4º | 0.98% | 0.79% | - |
| XYZ | 11.14 | 4.59 | 56.18 | - |
| YUV | 33.74 | 222.96 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 202 | 0.87 | 0.98 | 0 | 0.21 | 246.4 | 0.95 | 0.41 |
| Hex | 1A | 5 | CA | 57 | 62 | 0 | 15 | F6 | 5F | 29 |
| Octal | 32 | 5 | 312 | 127 | 142 | 0 | 25 | 366 | 137 | 51 |
| Binary | 11010 | 101 | 11001010 | 1010111 | 1100010 | 0 | 10101 | 11110110 | 1011111 | 101001 |
Color Harmonies of #1A05CA
Complementary color
Monochromatic Colors of #1A05CA
Black with #1A05CA
Text Example
Text Example
White with #1A05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A05CA; }
p { color: rgb(26,5,202); }
H1.HeaderClassName
{
color: #1A05CA;
}
.AnyTagClassName
{
color: #1A05CA;
}
</style>
background-color css
<style>
a { background-color: #1A05CA; }
a { background-color: rgb(26,5,202); }
div.DivClassName
{
background-color: #1A05CA;
}
.BgClassName
{
background-color: #1A05CA;
}
</style>
border-color css
<style>
span { border-color: #1A05CA; }
span { border-color: rgb(26,5,202); }
td.TdClassName
{
border-color: #1A05CA;
}
.TagClassName
{
border-color: #1A05CA;
}
</style>