Shades of Blue #1A0CFF
Tints of Blue #1A0CFF
RGB
CMYK
RGB Variations
Color information
#1A0CFF (or 0x1A0CFF) is known color: Blue. HEX triplet: 1A, 0C and FF. RGB value is (26,12,255). Sum of RGB (Red+Green+Blue) = 26+12+255=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A0CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A0CFF is #E5F300. Grayscale: #2A2A2A. Windows color (decimal): -15069953 or 16714778. OLE color: 16714778.
HSL color Cylindrical-coordinate representation of color #1A0CFF: hue angle of 243.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0CFF is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 12 | 255 | - |
| CMYK | 0.90 | 0.95 | 0 | 0 |
| HSL | 243.46º | 1% | 0.52% | - |
| HSV(B) | 243.46º | 0.95% | 1% | - |
| XYZ | 18.61 | 7.7 | 95.11 | - |
| YUV | 43.89 | 247.14 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 255 | 0.90 | 0.95 | 0 | 0 | 243.46 | 1 | 0.52 |
| Hex | 1A | C | FF | 5A | 5F | 0 | 0 | F3 | 64 | 34 |
| Octal | 32 | 14 | 377 | 132 | 137 | 0 | 0 | 363 | 144 | 64 |
| Binary | 11010 | 1100 | 11111111 | 1011010 | 1011111 | 0 | 0 | 11110011 | 1100100 | 110100 |
Color Harmonies of #1A0CFF
Complementary color
Monochromatic Colors of #1A0CFF
Black with #1A0CFF
Text Example
Text Example
White with #1A0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0CFF; }
p { color: rgb(26,12,255); }
H1.HeaderClassName
{
color: #1A0CFF;
}
.AnyTagClassName
{
color: #1A0CFF;
}
</style>
background-color css
<style>
a { background-color: #1A0CFF; }
a { background-color: rgb(26,12,255); }
div.DivClassName
{
background-color: #1A0CFF;
}
.BgClassName
{
background-color: #1A0CFF;
}
</style>
border-color css
<style>
span { border-color: #1A0CFF; }
span { border-color: rgb(26,12,255); }
td.TdClassName
{
border-color: #1A0CFF;
}
.TagClassName
{
border-color: #1A0CFF;
}
</style>