Shades of Blue #0127FC
Tints of Blue #0127FC
RGB
CMYK
RGB Variations
Color information
#0127FC (or 0x0127FC) is known color: Blue. HEX triplet: 01, 27 and FC. RGB value is (1,39,252). Sum of RGB (Red+Green+Blue) = 1+39+252=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 252 (98.83% from 255 or 86.30% from 292); Max value from RGB is 252 - color contains mainly: blue. Hex color #0127FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0127FC is #FED803. Grayscale: #333333. Windows color (decimal): -16701444 or 16525057. OLE color: 16525057.
HSL color Cylindrical-coordinate representation of color #0127FC: hue angle of 230.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0127FC is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 39 | 252 | - |
| CMYK | 1.00 | 0.85 | 0 | 0.01 |
| HSL | 230.92º | 0.99% | 0.5% | - |
| HSV(B) | 230.92º | 1% | 0.99% | - |
| XYZ | 18.31 | 8.49 | 92.77 | - |
| YUV | 51.92 | 240.91 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 252 | 1.00 | 0.85 | 0 | 0.01 | 230.92 | 0.99 | 0.5 |
| Hex | 1 | 27 | FC | 64 | 55 | 0 | 1 | E7 | 63 | 32 |
| Octal | 1 | 47 | 374 | 144 | 125 | 0 | 1 | 347 | 143 | 62 |
| Binary | 1 | 100111 | 11111100 | 1100100 | 1010101 | 0 | 1 | 11100111 | 1100011 | 110010 |
Color Harmonies of #0127FC
Complementary color
Monochromatic Colors of #0127FC
Black with #0127FC
Text Example
Text Example
White with #0127FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0127FC; }
p { color: rgb(1,39,252); }
H1.HeaderClassName
{
color: #0127FC;
}
.AnyTagClassName
{
color: #0127FC;
}
</style>
background-color css
<style>
a { background-color: #0127FC; }
a { background-color: rgb(1,39,252); }
div.DivClassName
{
background-color: #0127FC;
}
.BgClassName
{
background-color: #0127FC;
}
</style>
border-color css
<style>
span { border-color: #0127FC; }
span { border-color: rgb(1,39,252); }
td.TdClassName
{
border-color: #0127FC;
}
.TagClassName
{
border-color: #0127FC;
}
</style>