Shades of Blue #1A06FC
Tints of Blue #1A06FC
RGB
CMYK
RGB Variations
Color information
#1A06FC (or 0x1A06FC) is known color: Blue. HEX triplet: 1A, 06 and FC. RGB value is (26,6,252). Sum of RGB (Red+Green+Blue) = 26+6+252=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 252 (98.83% from 255 or 88.73% from 284); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A06FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A06FC is #E5F903. Grayscale: #272727. Windows color (decimal): -15071492 or 16516634. OLE color: 16516634.
HSL color Cylindrical-coordinate representation of color #1A06FC: hue angle of 244.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A06FC is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 6 | 252 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.01 |
| HSL | 244.88º | 0.98% | 0.51% | - |
| HSV(B) | 244.88º | 0.98% | 0.99% | - |
| XYZ | 18.06 | 7.38 | 92.57 | - |
| YUV | 40.02 | 247.63 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 252 | 0.90 | 0.98 | 0 | 0.01 | 244.88 | 0.98 | 0.51 |
| Hex | 1A | 6 | FC | 5A | 62 | 0 | 1 | F5 | 62 | 33 |
| Octal | 32 | 6 | 374 | 132 | 142 | 0 | 1 | 365 | 142 | 63 |
| Binary | 11010 | 110 | 11111100 | 1011010 | 1100010 | 0 | 1 | 11110101 | 1100010 | 110011 |
Color Harmonies of #1A06FC
Complementary color
Monochromatic Colors of #1A06FC
Black with #1A06FC
Text Example
Text Example
White with #1A06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A06FC; }
p { color: rgb(26,6,252); }
H1.HeaderClassName
{
color: #1A06FC;
}
.AnyTagClassName
{
color: #1A06FC;
}
</style>
background-color css
<style>
a { background-color: #1A06FC; }
a { background-color: rgb(26,6,252); }
div.DivClassName
{
background-color: #1A06FC;
}
.BgClassName
{
background-color: #1A06FC;
}
</style>
border-color css
<style>
span { border-color: #1A06FC; }
span { border-color: rgb(26,6,252); }
td.TdClassName
{
border-color: #1A06FC;
}
.TagClassName
{
border-color: #1A06FC;
}
</style>