Shades of Blue #1005FF
Tints of Blue #1005FF
RGB
CMYK
RGB Variations
Color information
#1005FF (or 0x1005FF) is known color: Blue. HEX triplet: 10, 05 and FF. RGB value is (16,5,255). Sum of RGB (Red+Green+Blue) = 16+5+255=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 255 (100% from 255 or 92.39% from 276); Max value from RGB is 255 - color contains mainly: blue. Hex color #1005FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1005FF is #EFFA00. Grayscale: #232323. Windows color (decimal): -15727105 or 16712976. OLE color: 16712976.
HSL color Cylindrical-coordinate representation of color #1005FF: hue angle of 242.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1005FF is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 5 | 255 | - |
| CMYK | 0.94 | 0.98 | 0 | 0 |
| HSL | 242.64º | 1% | 0.51% | - |
| HSV(B) | 242.64º | 0.98% | 1% | - |
| XYZ | 18.32 | 7.44 | 95.08 | - |
| YUV | 36.79 | 251.14 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 255 | 0.94 | 0.98 | 0 | 0 | 242.64 | 1 | 0.51 |
| Hex | 10 | 5 | FF | 5E | 62 | 0 | 0 | F3 | 64 | 33 |
| Octal | 20 | 5 | 377 | 136 | 142 | 0 | 0 | 363 | 144 | 63 |
| Binary | 10000 | 101 | 11111111 | 1011110 | 1100010 | 0 | 0 | 11110011 | 1100100 | 110011 |
Color Harmonies of #1005FF
Complementary color
Monochromatic Colors of #1005FF
Black with #1005FF
Text Example
Text Example
White with #1005FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1005FF; }
p { color: rgb(16,5,255); }
H1.HeaderClassName
{
color: #1005FF;
}
.AnyTagClassName
{
color: #1005FF;
}
</style>
background-color css
<style>
a { background-color: #1005FF; }
a { background-color: rgb(16,5,255); }
div.DivClassName
{
background-color: #1005FF;
}
.BgClassName
{
background-color: #1005FF;
}
</style>
border-color css
<style>
span { border-color: #1005FF; }
span { border-color: rgb(16,5,255); }
td.TdClassName
{
border-color: #1005FF;
}
.TagClassName
{
border-color: #1005FF;
}
</style>