Shades of Blue #0127FF
Tints of Blue #0127FF
RGB
CMYK
RGB Variations
Color information
#0127FF (or 0x0127FF) is known color: Blue. HEX triplet: 01, 27 and FF. RGB value is (1,39,255). Sum of RGB (Red+Green+Blue) = 1+39+255=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #0127FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0127FF is #FED800. Grayscale: #333333. Windows color (decimal): -16701441 or 16721665. OLE color: 16721665.
HSL color Cylindrical-coordinate representation of color #0127FF: hue angle of 231.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0127FF is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 39 | 255 | - |
| CMYK | 1.00 | 0.85 | 0 | 0 |
| HSL | 231.02º | 1% | 0.5% | - |
| HSV(B) | 231.02º | 1% | 1% | - |
| XYZ | 18.79 | 8.68 | 95.29 | - |
| YUV | 52.26 | 242.41 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 255 | 1.00 | 0.85 | 0 | 0 | 231.02 | 1 | 0.5 |
| Hex | 1 | 27 | FF | 64 | 55 | 0 | 0 | E7 | 64 | 32 |
| Octal | 1 | 47 | 377 | 144 | 125 | 0 | 0 | 347 | 144 | 62 |
| Binary | 1 | 100111 | 11111111 | 1100100 | 1010101 | 0 | 0 | 11100111 | 1100100 | 110010 |
Color Harmonies of #0127FF
Complementary color
Monochromatic Colors of #0127FF
Black with #0127FF
Text Example
Text Example
White with #0127FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0127FF; }
p { color: rgb(1,39,255); }
H1.HeaderClassName
{
color: #0127FF;
}
.AnyTagClassName
{
color: #0127FF;
}
</style>
background-color css
<style>
a { background-color: #0127FF; }
a { background-color: rgb(1,39,255); }
div.DivClassName
{
background-color: #0127FF;
}
.BgClassName
{
background-color: #0127FF;
}
</style>
border-color css
<style>
span { border-color: #0127FF; }
span { border-color: rgb(1,39,255); }
td.TdClassName
{
border-color: #0127FF;
}
.TagClassName
{
border-color: #0127FF;
}
</style>