Shades of Medium Blue #1A13BC
Tints of Medium Blue #1A13BC
RGB
CMYK
RGB Variations
Color information
#1A13BC (or 0x1A13BC) is known color: Medium Blue. HEX triplet: 1A, 13 and BC. RGB value is (26,19,188). Sum of RGB (Red+Green+Blue) = 26+19+188=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A13BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A13BC is #E5EC43. Grayscale: #272727. Windows color (decimal): -15068228 or 12325658. OLE color: 12325658.
HSL color Cylindrical-coordinate representation of color #1A13BC: hue angle of 242.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A13BC is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 19 | 188 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.26 |
| HSL | 242.49º | 0.82% | 0.41% | - |
| HSV(B) | 242.49º | 0.9% | 0.74% | - |
| XYZ | 9.74 | 4.32 | 47.9 | - |
| YUV | 40.36 | 211.32 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 188 | 0.86 | 0.90 | 0 | 0.26 | 242.49 | 0.82 | 0.41 |
| Hex | 1A | 13 | BC | 56 | 5A | 0 | 1A | F2 | 52 | 29 |
| Octal | 32 | 23 | 274 | 126 | 132 | 0 | 32 | 362 | 122 | 51 |
| Binary | 11010 | 10011 | 10111100 | 1010110 | 1011010 | 0 | 11010 | 11110010 | 1010010 | 101001 |
Color Harmonies of #1A13BC
Complementary color
Monochromatic Colors of #1A13BC
Black with #1A13BC
Text Example
Text Example
White with #1A13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A13BC; }
p { color: rgb(26,19,188); }
H1.HeaderClassName
{
color: #1A13BC;
}
.AnyTagClassName
{
color: #1A13BC;
}
</style>
background-color css
<style>
a { background-color: #1A13BC; }
a { background-color: rgb(26,19,188); }
div.DivClassName
{
background-color: #1A13BC;
}
.BgClassName
{
background-color: #1A13BC;
}
</style>
border-color css
<style>
span { border-color: #1A13BC; }
span { border-color: rgb(26,19,188); }
td.TdClassName
{
border-color: #1A13BC;
}
.TagClassName
{
border-color: #1A13BC;
}
</style>