Shades of Blue #100CEA
Tints of Blue #100CEA
RGB
CMYK
RGB Variations
Color information
#100CEA (or 0x100CEA) is known color: Blue. HEX triplet: 10, 0C and EA. RGB value is (16,12,234). Sum of RGB (Red+Green+Blue) = 16+12+234=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 234 (91.80% from 255 or 89.31% from 262); Max value from RGB is 234 - color contains mainly: blue. Hex color #100CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #100CEA is #EFF315. Grayscale: #252525. Windows color (decimal): -15725334 or 15338512. OLE color: 15338512.
HSL color Cylindrical-coordinate representation of color #100CEA: hue angle of 241.08º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100CEA is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 12 | 234 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.08 |
| HSL | 241.08º | 0.9% | 0.48% | - |
| HSV(B) | 241.08º | 0.95% | 0.92% | - |
| XYZ | 15.2 | 6.31 | 78.26 | - |
| YUV | 38.5 | 238.33 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 234 | 0.93 | 0.95 | 0 | 0.08 | 241.08 | 0.9 | 0.48 |
| Hex | 10 | C | EA | 5D | 5F | 0 | 8 | F1 | 5A | 30 |
| Octal | 20 | 14 | 352 | 135 | 137 | 0 | 10 | 361 | 132 | 60 |
| Binary | 10000 | 1100 | 11101010 | 1011101 | 1011111 | 0 | 1000 | 11110001 | 1011010 | 110000 |
Color Harmonies of #100CEA
Complementary color
Monochromatic Colors of #100CEA
Black with #100CEA
Text Example
Text Example
White with #100CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100CEA; }
p { color: rgb(16,12,234); }
H1.HeaderClassName
{
color: #100CEA;
}
.AnyTagClassName
{
color: #100CEA;
}
</style>
background-color css
<style>
a { background-color: #100CEA; }
a { background-color: rgb(16,12,234); }
div.DivClassName
{
background-color: #100CEA;
}
.BgClassName
{
background-color: #100CEA;
}
</style>
border-color css
<style>
span { border-color: #100CEA; }
span { border-color: rgb(16,12,234); }
td.TdClassName
{
border-color: #100CEA;
}
.TagClassName
{
border-color: #100CEA;
}
</style>