Shades of Blue #100CE7
Tints of Blue #100CE7
RGB
CMYK
RGB Variations
Color information
#100CE7 (or 0x100CE7) is known color: Blue. HEX triplet: 10, 0C and E7. RGB value is (16,12,231). Sum of RGB (Red+Green+Blue) = 16+12+231=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 231 (90.62% from 255 or 89.19% from 259); Max value from RGB is 231 - color contains mainly: blue. Hex color #100CE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100CE7 is #EFF318. Grayscale: #252525. Windows color (decimal): -15725337 or 15141904. OLE color: 15141904.
HSL color Cylindrical-coordinate representation of color #100CE7: hue angle of 241.1º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100CE7 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 12 | 231 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.09 |
| HSL | 241.1º | 0.9% | 0.48% | - |
| HSV(B) | 241.1º | 0.95% | 0.91% | - |
| XYZ | 14.77 | 6.14 | 76.01 | - |
| YUV | 38.16 | 236.83 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 231 | 0.93 | 0.95 | 0 | 0.09 | 241.1 | 0.9 | 0.48 |
| Hex | 10 | C | E7 | 5D | 5F | 0 | 9 | F1 | 5A | 30 |
| Octal | 20 | 14 | 347 | 135 | 137 | 0 | 11 | 361 | 132 | 60 |
| Binary | 10000 | 1100 | 11100111 | 1011101 | 1011111 | 0 | 1001 | 11110001 | 1011010 | 110000 |
Color Harmonies of #100CE7
Complementary color
Monochromatic Colors of #100CE7
Black with #100CE7
Text Example
Text Example
White with #100CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CE7; }
p { color: rgb(16,12,231); }
H1.HeaderClassName
{
color: #100CE7;
}
.AnyTagClassName
{
color: #100CE7;
}
</style>
background-color css
<style>
a { background-color: #100CE7; }
a { background-color: rgb(16,12,231); }
div.DivClassName
{
background-color: #100CE7;
}
.BgClassName
{
background-color: #100CE7;
}
</style>
border-color css
<style>
span { border-color: #100CE7; }
span { border-color: rgb(16,12,231); }
td.TdClassName
{
border-color: #100CE7;
}
.TagClassName
{
border-color: #100CE7;
}
</style>