Shades of Blue #1036FF
Tints of Blue #1036FF
RGB
CMYK
RGB Variations
Color information
#1036FF (or 0x1036FF) is known color: Blue. HEX triplet: 10, 36 and FF. RGB value is (16,54,255). Sum of RGB (Red+Green+Blue) = 16+54+255=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #1036FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1036FF is #EFC900. Grayscale: #404040. Windows color (decimal): -15714561 or 16725520. OLE color: 16725520.
HSL color Cylindrical-coordinate representation of color #1036FF: hue angle of 230.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1036FF is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 54 | 255 | - |
| CMYK | 0.94 | 0.79 | 0 | 0 |
| HSL | 230.46º | 1% | 0.53% | - |
| HSV(B) | 230.46º | 0.94% | 1% | - |
| XYZ | 19.58 | 9.97 | 95.5 | - |
| YUV | 65.55 | 234.91 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 255 | 0.94 | 0.79 | 0 | 0 | 230.46 | 1 | 0.53 |
| Hex | 10 | 36 | FF | 5E | 4F | 0 | 0 | E6 | 64 | 35 |
| Octal | 20 | 66 | 377 | 136 | 117 | 0 | 0 | 346 | 144 | 65 |
| Binary | 10000 | 110110 | 11111111 | 1011110 | 1001111 | 0 | 0 | 11100110 | 1100100 | 110101 |
Color Harmonies of #1036FF
Complementary color
Monochromatic Colors of #1036FF
Black with #1036FF
Text Example
Text Example
White with #1036FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1036FF; }
p { color: rgb(16,54,255); }
H1.HeaderClassName
{
color: #1036FF;
}
.AnyTagClassName
{
color: #1036FF;
}
</style>
background-color css
<style>
a { background-color: #1036FF; }
a { background-color: rgb(16,54,255); }
div.DivClassName
{
background-color: #1036FF;
}
.BgClassName
{
background-color: #1036FF;
}
</style>
border-color css
<style>
span { border-color: #1036FF; }
span { border-color: rgb(16,54,255); }
td.TdClassName
{
border-color: #1036FF;
}
.TagClassName
{
border-color: #1036FF;
}
</style>