Shades of Medium Blue #1A13DA
Tints of Medium Blue #1A13DA
RGB
CMYK
RGB Variations
Color information
#1A13DA (or 0x1A13DA) is known color: Medium Blue. HEX triplet: 1A, 13 and DA. RGB value is (26,19,218). Sum of RGB (Red+Green+Blue) = 26+19+218=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A13DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A13DA is #E5EC25. Grayscale: #2A2A2A. Windows color (decimal): -15068198 or 14291738. OLE color: 14291738.
HSL color Cylindrical-coordinate representation of color #1A13DA: hue angle of 242.11º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A13DA is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 19 | 218 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.15 |
| HSL | 242.11º | 0.84% | 0.46% | - |
| HSV(B) | 242.11º | 0.91% | 0.85% | - |
| XYZ | 13.31 | 5.75 | 66.74 | - |
| YUV | 43.78 | 226.32 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 218 | 0.88 | 0.91 | 0 | 0.15 | 242.11 | 0.84 | 0.46 |
| Hex | 1A | 13 | DA | 58 | 5B | 0 | F | F2 | 54 | 2E |
| Octal | 32 | 23 | 332 | 130 | 133 | 0 | 17 | 362 | 124 | 56 |
| Binary | 11010 | 10011 | 11011010 | 1011000 | 1011011 | 0 | 1111 | 11110010 | 1010100 | 101110 |
Color Harmonies of #1A13DA
Complementary color
Monochromatic Colors of #1A13DA
Black with #1A13DA
Text Example
Text Example
White with #1A13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A13DA; }
p { color: rgb(26,19,218); }
H1.HeaderClassName
{
color: #1A13DA;
}
.AnyTagClassName
{
color: #1A13DA;
}
</style>
background-color css
<style>
a { background-color: #1A13DA; }
a { background-color: rgb(26,19,218); }
div.DivClassName
{
background-color: #1A13DA;
}
.BgClassName
{
background-color: #1A13DA;
}
</style>
border-color css
<style>
span { border-color: #1A13DA; }
span { border-color: rgb(26,19,218); }
td.TdClassName
{
border-color: #1A13DA;
}
.TagClassName
{
border-color: #1A13DA;
}
</style>