Shades of Medium Blue #1A12DA
Tints of Medium Blue #1A12DA
RGB
CMYK
RGB Variations
Color information
#1A12DA (or 0x1A12DA) is known color: Medium Blue. HEX triplet: 1A, 12 and DA. RGB value is (26,18,218). Sum of RGB (Red+Green+Blue) = 26+18+218=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A12DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A12DA is #E5ED25. Grayscale: #2A2A2A. Windows color (decimal): -15068454 or 14291482. OLE color: 14291482.
HSL color Cylindrical-coordinate representation of color #1A12DA: hue angle of 242.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A12DA is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 18 | 218 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.15 |
| HSL | 242.4º | 0.85% | 0.46% | - |
| HSV(B) | 242.4º | 0.92% | 0.85% | - |
| XYZ | 13.3 | 5.71 | 66.73 | - |
| YUV | 43.19 | 226.65 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 218 | 0.88 | 0.92 | 0 | 0.15 | 242.4 | 0.85 | 0.46 |
| Hex | 1A | 12 | DA | 58 | 5C | 0 | F | F2 | 55 | 2E |
| Octal | 32 | 22 | 332 | 130 | 134 | 0 | 17 | 362 | 125 | 56 |
| Binary | 11010 | 10010 | 11011010 | 1011000 | 1011100 | 0 | 1111 | 11110010 | 1010101 | 101110 |
Color Harmonies of #1A12DA
Complementary color
Monochromatic Colors of #1A12DA
Black with #1A12DA
Text Example
Text Example
White with #1A12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A12DA; }
p { color: rgb(26,18,218); }
H1.HeaderClassName
{
color: #1A12DA;
}
.AnyTagClassName
{
color: #1A12DA;
}
</style>
background-color css
<style>
a { background-color: #1A12DA; }
a { background-color: rgb(26,18,218); }
div.DivClassName
{
background-color: #1A12DA;
}
.BgClassName
{
background-color: #1A12DA;
}
</style>
border-color css
<style>
span { border-color: #1A12DA; }
span { border-color: rgb(26,18,218); }
td.TdClassName
{
border-color: #1A12DA;
}
.TagClassName
{
border-color: #1A12DA;
}
</style>