Shades of Blue #010CE6
Tints of Blue #010CE6
RGB
CMYK
RGB Variations
Color information
#010CE6 (or 0x010CE6) is known color: Blue. HEX triplet: 01, 0C and E6. RGB value is (1,12,230). Sum of RGB (Red+Green+Blue) = 1+12+230=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 230 (90.23% from 255 or 94.65% from 243); Max value from RGB is 230 - color contains mainly: blue. Hex color #010CE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CE6 is #FEF319. Grayscale: #202020. Windows color (decimal): -16708378 or 15076353. OLE color: 15076353.
HSL color Cylindrical-coordinate representation of color #010CE6: hue angle of 237.12º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CE6 is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 12 | 230 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.10 |
| HSL | 237.12º | 0.99% | 0.45% | - |
| HSV(B) | 237.12º | 1% | 0.9% | - |
| XYZ | 14.43 | 5.98 | 75.26 | - |
| YUV | 33.56 | 238.86 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 230 | 1.00 | 0.95 | 0 | 0.10 | 237.12 | 0.99 | 0.45 |
| Hex | 1 | C | E6 | 64 | 5F | 0 | A | ED | 63 | 2D |
| Octal | 1 | 14 | 346 | 144 | 137 | 0 | 12 | 355 | 143 | 55 |
| Binary | 1 | 1100 | 11100110 | 1100100 | 1011111 | 0 | 1010 | 11101101 | 1100011 | 101101 |
Color Harmonies of #010CE6
Complementary color
Monochromatic Colors of #010CE6
Black with #010CE6
Text Example
Text Example
White with #010CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CE6; }
p { color: rgb(1,12,230); }
H1.HeaderClassName
{
color: #010CE6;
}
.AnyTagClassName
{
color: #010CE6;
}
</style>
background-color css
<style>
a { background-color: #010CE6; }
a { background-color: rgb(1,12,230); }
div.DivClassName
{
background-color: #010CE6;
}
.BgClassName
{
background-color: #010CE6;
}
</style>
border-color css
<style>
span { border-color: #010CE6; }
span { border-color: rgb(1,12,230); }
td.TdClassName
{
border-color: #010CE6;
}
.TagClassName
{
border-color: #010CE6;
}
</style>