Shades of Medium Blue #1A12D3
Tints of Medium Blue #1A12D3
RGB
CMYK
RGB Variations
Color information
#1A12D3 (or 0x1A12D3) is known color: Medium Blue. HEX triplet: 1A, 12 and D3. RGB value is (26,18,211). Sum of RGB (Red+Green+Blue) = 26+18+211=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 211 (82.81% from 255 or 82.75% from 255); Max value from RGB is 211 - color contains mainly: blue. Hex color #1A12D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A12D3 is #E5ED2C. Grayscale: #292929. Windows color (decimal): -15068461 or 13832730. OLE color: 13832730.
HSL color Cylindrical-coordinate representation of color #1A12D3: hue angle of 242.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A12D3 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 18 | 211 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.17 |
| HSL | 242.49º | 0.84% | 0.45% | - |
| HSV(B) | 242.49º | 0.91% | 0.83% | - |
| XYZ | 12.4 | 5.36 | 62.01 | - |
| YUV | 42.39 | 223.15 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 211 | 0.88 | 0.91 | 0 | 0.17 | 242.49 | 0.84 | 0.45 |
| Hex | 1A | 12 | D3 | 58 | 5B | 0 | 11 | F2 | 54 | 2D |
| Octal | 32 | 22 | 323 | 130 | 133 | 0 | 21 | 362 | 124 | 55 |
| Binary | 11010 | 10010 | 11010011 | 1011000 | 1011011 | 0 | 10001 | 11110010 | 1010100 | 101101 |
Color Harmonies of #1A12D3
Complementary color
Monochromatic Colors of #1A12D3
Black with #1A12D3
Text Example
Text Example
White with #1A12D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A12D3; }
p { color: rgb(26,18,211); }
H1.HeaderClassName
{
color: #1A12D3;
}
.AnyTagClassName
{
color: #1A12D3;
}
</style>
background-color css
<style>
a { background-color: #1A12D3; }
a { background-color: rgb(26,18,211); }
div.DivClassName
{
background-color: #1A12D3;
}
.BgClassName
{
background-color: #1A12D3;
}
</style>
border-color css
<style>
span { border-color: #1A12D3; }
span { border-color: rgb(26,18,211); }
td.TdClassName
{
border-color: #1A12D3;
}
.TagClassName
{
border-color: #1A12D3;
}
</style>