Shades of Blue #1000EA
Tints of Blue #1000EA
RGB
CMYK
RGB Variations
Color information
#1000EA (or 0x1000EA) is known color: Blue. HEX triplet: 10, 00 and EA. RGB value is (16,0,234). Sum of RGB (Red+Green+Blue) = 16+0+234=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 234 (91.80% from 255 or 93.6% from 250); Max value from RGB is 234 - color contains mainly: blue. Hex color #1000EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1000EA is #EFFF15. Grayscale: #1E1E1E. Windows color (decimal): -15728406 or 15335440. OLE color: 15335440.
HSL color Cylindrical-coordinate representation of color #1000EA: hue angle of 244.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1000EA is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 0 | 234 | - |
| CMYK | 0.93 | 1 | 0 | 0.08 |
| HSL | 244.1º | 1% | 0.46% | - |
| HSV(B) | 244.1º | 1% | 0.92% | - |
| XYZ | 15.06 | 6.05 | 78.22 | - |
| YUV | 31.46 | 242.3 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 234 | 0.93 | 1 | 0 | 0.08 | 244.1 | 1 | 0.46 |
| Hex | 10 | 0 | EA | 5D | 64 | 0 | 8 | F4 | 64 | 2E |
| Octal | 20 | 0 | 352 | 135 | 144 | 0 | 10 | 364 | 144 | 56 |
| Binary | 10000 | 0 | 11101010 | 1011101 | 1100100 | 0 | 1000 | 11110100 | 1100100 | 101110 |
Color Harmonies of #1000EA
Complementary color
Monochromatic Colors of #1000EA
Black with #1000EA
Text Example
Text Example
White with #1000EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1000EA; }
p { color: rgb(16,0,234); }
H1.HeaderClassName
{
color: #1000EA;
}
.AnyTagClassName
{
color: #1000EA;
}
</style>
background-color css
<style>
a { background-color: #1000EA; }
a { background-color: rgb(16,0,234); }
div.DivClassName
{
background-color: #1000EA;
}
.BgClassName
{
background-color: #1000EA;
}
</style>
border-color css
<style>
span { border-color: #1000EA; }
span { border-color: rgb(16,0,234); }
td.TdClassName
{
border-color: #1000EA;
}
.TagClassName
{
border-color: #1000EA;
}
</style>