Shades of Blue #100CE9
Tints of Blue #100CE9
RGB
CMYK
RGB Variations
Color information
#100CE9 (or 0x100CE9) is known color: Blue. HEX triplet: 10, 0C and E9. RGB value is (16,12,233). Sum of RGB (Red+Green+Blue) = 16+12+233=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 233 (91.41% from 255 or 89.27% from 261); Max value from RGB is 233 - color contains mainly: blue. Hex color #100CE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100CE9 is #EFF316. Grayscale: #252525. Windows color (decimal): -15725335 or 15272976. OLE color: 15272976.
HSL color Cylindrical-coordinate representation of color #100CE9: hue angle of 241.09º 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 #100CE9 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 12 | 233 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.09 |
| HSL | 241.09º | 0.9% | 0.48% | - |
| HSV(B) | 241.09º | 0.95% | 0.91% | - |
| XYZ | 15.05 | 6.26 | 77.5 | - |
| YUV | 38.39 | 237.83 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 233 | 0.93 | 0.95 | 0 | 0.09 | 241.09 | 0.9 | 0.48 |
| Hex | 10 | C | E9 | 5D | 5F | 0 | 9 | F1 | 5A | 30 |
| Octal | 20 | 14 | 351 | 135 | 137 | 0 | 11 | 361 | 132 | 60 |
| Binary | 10000 | 1100 | 11101001 | 1011101 | 1011111 | 0 | 1001 | 11110001 | 1011010 | 110000 |
Color Harmonies of #100CE9
Complementary color
Monochromatic Colors of #100CE9
Black with #100CE9
Text Example
Text Example
White with #100CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CE9; }
p { color: rgb(16,12,233); }
H1.HeaderClassName
{
color: #100CE9;
}
.AnyTagClassName
{
color: #100CE9;
}
</style>
background-color css
<style>
a { background-color: #100CE9; }
a { background-color: rgb(16,12,233); }
div.DivClassName
{
background-color: #100CE9;
}
.BgClassName
{
background-color: #100CE9;
}
</style>
border-color css
<style>
span { border-color: #100CE9; }
span { border-color: rgb(16,12,233); }
td.TdClassName
{
border-color: #100CE9;
}
.TagClassName
{
border-color: #100CE9;
}
</style>