Shades of Blue #1006FC
Tints of Blue #1006FC
RGB
CMYK
RGB Variations
Color information
#1006FC (or 0x1006FC) is known color: Blue. HEX triplet: 10, 06 and FC. RGB value is (16,6,252). Sum of RGB (Red+Green+Blue) = 16+6+252=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 252 (98.83% from 255 or 91.97% from 274); Max value from RGB is 252 - color contains mainly: blue. Hex color #1006FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1006FC is #EFF903. Grayscale: #242424. Windows color (decimal): -15726852 or 16516624. OLE color: 16516624.
HSL color Cylindrical-coordinate representation of color #1006FC: hue angle of 242.44º 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 #1006FC is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 6 | 252 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.01 |
| HSL | 242.44º | 0.98% | 0.51% | - |
| HSV(B) | 242.44º | 0.98% | 0.99% | - |
| XYZ | 17.85 | 7.27 | 92.56 | - |
| YUV | 37.03 | 249.31 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 252 | 0.94 | 0.98 | 0 | 0.01 | 242.44 | 0.98 | 0.51 |
| Hex | 10 | 6 | FC | 5E | 62 | 0 | 1 | F2 | 62 | 33 |
| Octal | 20 | 6 | 374 | 136 | 142 | 0 | 1 | 362 | 142 | 63 |
| Binary | 10000 | 110 | 11111100 | 1011110 | 1100010 | 0 | 1 | 11110010 | 1100010 | 110011 |
Color Harmonies of #1006FC
Complementary color
Monochromatic Colors of #1006FC
Black with #1006FC
Text Example
Text Example
White with #1006FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1006FC; }
p { color: rgb(16,6,252); }
H1.HeaderClassName
{
color: #1006FC;
}
.AnyTagClassName
{
color: #1006FC;
}
</style>
background-color css
<style>
a { background-color: #1006FC; }
a { background-color: rgb(16,6,252); }
div.DivClassName
{
background-color: #1006FC;
}
.BgClassName
{
background-color: #1006FC;
}
</style>
border-color css
<style>
span { border-color: #1006FC; }
span { border-color: rgb(16,6,252); }
td.TdClassName
{
border-color: #1006FC;
}
.TagClassName
{
border-color: #1006FC;
}
</style>