Shades of Medium Blue #1A06DA
Tints of Medium Blue #1A06DA
RGB
CMYK
RGB Variations
Color information
#1A06DA (or 0x1A06DA) is known color: Medium Blue. HEX triplet: 1A, 06 and DA. RGB value is (26,6,218). Sum of RGB (Red+Green+Blue) = 26+6+218=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A06DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A06DA is #E5F925. Grayscale: #232323. Windows color (decimal): -15071526 or 14288410. OLE color: 14288410.
HSL color Cylindrical-coordinate representation of color #1A06DA: hue angle of 245.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A06DA is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 6 | 218 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.15 |
| HSL | 245.66º | 0.95% | 0.44% | - |
| HSV(B) | 245.66º | 0.97% | 0.85% | - |
| XYZ | 13.15 | 5.41 | 66.68 | - |
| YUV | 36.15 | 230.63 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 218 | 0.88 | 0.97 | 0 | 0.15 | 245.66 | 0.95 | 0.44 |
| Hex | 1A | 6 | DA | 58 | 61 | 0 | F | F6 | 5F | 2C |
| Octal | 32 | 6 | 332 | 130 | 141 | 0 | 17 | 366 | 137 | 54 |
| Binary | 11010 | 110 | 11011010 | 1011000 | 1100001 | 0 | 1111 | 11110110 | 1011111 | 101100 |
Color Harmonies of #1A06DA
Complementary color
Monochromatic Colors of #1A06DA
Black with #1A06DA
Text Example
Text Example
White with #1A06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A06DA; }
p { color: rgb(26,6,218); }
H1.HeaderClassName
{
color: #1A06DA;
}
.AnyTagClassName
{
color: #1A06DA;
}
</style>
background-color css
<style>
a { background-color: #1A06DA; }
a { background-color: rgb(26,6,218); }
div.DivClassName
{
background-color: #1A06DA;
}
.BgClassName
{
background-color: #1A06DA;
}
</style>
border-color css
<style>
span { border-color: #1A06DA; }
span { border-color: rgb(26,6,218); }
td.TdClassName
{
border-color: #1A06DA;
}
.TagClassName
{
border-color: #1A06DA;
}
</style>