Shades of Medium Blue #1A02CA
Tints of Medium Blue #1A02CA
RGB
CMYK
RGB Variations
Color information
#1A02CA (or 0x1A02CA) is known color: Medium Blue. HEX triplet: 1A, 02 and CA. RGB value is (26,2,202). Sum of RGB (Red+Green+Blue) = 26+2+202=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 202 (79.30% from 255 or 87.83% from 230); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A02CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A02CA is #E5FD35. Grayscale: #1F1F1F. Windows color (decimal): -15072566 or 13238810. OLE color: 13238810.
HSL color Cylindrical-coordinate representation of color #1A02CA: hue angle of 247.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A02CA is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 2 | 202 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.21 |
| HSL | 247.2º | 0.98% | 0.4% | - |
| HSV(B) | 247.2º | 0.99% | 0.79% | - |
| XYZ | 11.11 | 4.53 | 56.17 | - |
| YUV | 31.98 | 223.95 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 202 | 0.87 | 0.99 | 0 | 0.21 | 247.2 | 0.98 | 0.4 |
| Hex | 1A | 2 | CA | 57 | 63 | 0 | 15 | F7 | 62 | 28 |
| Octal | 32 | 2 | 312 | 127 | 143 | 0 | 25 | 367 | 142 | 50 |
| Binary | 11010 | 10 | 11001010 | 1010111 | 1100011 | 0 | 10101 | 11110111 | 1100010 | 101000 |
Color Harmonies of #1A02CA
Complementary color
Monochromatic Colors of #1A02CA
Black with #1A02CA
Text Example
Text Example
White with #1A02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A02CA; }
p { color: rgb(26,2,202); }
H1.HeaderClassName
{
color: #1A02CA;
}
.AnyTagClassName
{
color: #1A02CA;
}
</style>
background-color css
<style>
a { background-color: #1A02CA; }
a { background-color: rgb(26,2,202); }
div.DivClassName
{
background-color: #1A02CA;
}
.BgClassName
{
background-color: #1A02CA;
}
</style>
border-color css
<style>
span { border-color: #1A02CA; }
span { border-color: rgb(26,2,202); }
td.TdClassName
{
border-color: #1A02CA;
}
.TagClassName
{
border-color: #1A02CA;
}
</style>