Shades of Blue #0127E6
Tints of Blue #0127E6
RGB
CMYK
RGB Variations
Color information
#0127E6 (or 0x0127E6) is known color: Blue. HEX triplet: 01, 27 and E6. RGB value is (1,39,230). Sum of RGB (Red+Green+Blue) = 1+39+230=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 230 (90.23% from 255 or 85.19% from 270); Max value from RGB is 230 - color contains mainly: blue. Hex color #0127E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0127E6 is #FED819. Grayscale: #303030. Windows color (decimal): -16701466 or 15083265. OLE color: 15083265.
HSL color Cylindrical-coordinate representation of color #0127E6: hue angle of 230.04º 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 #0127E6 is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 39 | 230 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.10 |
| HSL | 230.04º | 0.99% | 0.45% | - |
| HSV(B) | 230.04º | 1% | 0.9% | - |
| XYZ | 15.02 | 7.17 | 75.46 | - |
| YUV | 49.41 | 229.91 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 230 | 1.00 | 0.83 | 0 | 0.10 | 230.04 | 0.99 | 0.45 |
| Hex | 1 | 27 | E6 | 64 | 53 | 0 | A | E6 | 63 | 2D |
| Octal | 1 | 47 | 346 | 144 | 123 | 0 | 12 | 346 | 143 | 55 |
| Binary | 1 | 100111 | 11100110 | 1100100 | 1010011 | 0 | 1010 | 11100110 | 1100011 | 101101 |
Color Harmonies of #0127E6
Complementary color
Monochromatic Colors of #0127E6
Black with #0127E6
Text Example
Text Example
White with #0127E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0127E6; }
p { color: rgb(1,39,230); }
H1.HeaderClassName
{
color: #0127E6;
}
.AnyTagClassName
{
color: #0127E6;
}
</style>
background-color css
<style>
a { background-color: #0127E6; }
a { background-color: rgb(1,39,230); }
div.DivClassName
{
background-color: #0127E6;
}
.BgClassName
{
background-color: #0127E6;
}
</style>
border-color css
<style>
span { border-color: #0127E6; }
span { border-color: rgb(1,39,230); }
td.TdClassName
{
border-color: #0127E6;
}
.TagClassName
{
border-color: #0127E6;
}
</style>