Shades of Medium Blue #0127DF
Tints of Medium Blue #0127DF
RGB
CMYK
RGB Variations
Color information
#0127DF (or 0x0127DF) is known color: Medium Blue. HEX triplet: 01, 27 and DF. RGB value is (1,39,223). Sum of RGB (Red+Green+Blue) = 1+39+223=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 223 (87.5% from 255 or 84.79% from 263); Max value from RGB is 223 - color contains mainly: blue. Hex color #0127DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0127DF is #FED820. Grayscale: #2F2F2F. Windows color (decimal): -16701473 or 14624513. OLE color: 14624513.
HSL color Cylindrical-coordinate representation of color #0127DF: hue angle of 229.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0127DF is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 39 | 223 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.13 |
| HSL | 229.73º | 0.99% | 0.44% | - |
| HSV(B) | 229.73º | 1% | 0.87% | - |
| XYZ | 14.06 | 6.79 | 70.38 | - |
| YUV | 48.61 | 226.41 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 223 | 1.00 | 0.83 | 0 | 0.13 | 229.73 | 0.99 | 0.44 |
| Hex | 1 | 27 | DF | 64 | 53 | 0 | D | E6 | 63 | 2C |
| Octal | 1 | 47 | 337 | 144 | 123 | 0 | 15 | 346 | 143 | 54 |
| Binary | 1 | 100111 | 11011111 | 1100100 | 1010011 | 0 | 1101 | 11100110 | 1100011 | 101100 |
Color Harmonies of #0127DF
Complementary color
Monochromatic Colors of #0127DF
Black with #0127DF
Text Example
Text Example
White with #0127DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0127DF; }
p { color: rgb(1,39,223); }
H1.HeaderClassName
{
color: #0127DF;
}
.AnyTagClassName
{
color: #0127DF;
}
</style>
background-color css
<style>
a { background-color: #0127DF; }
a { background-color: rgb(1,39,223); }
div.DivClassName
{
background-color: #0127DF;
}
.BgClassName
{
background-color: #0127DF;
}
</style>
border-color css
<style>
span { border-color: #0127DF; }
span { border-color: rgb(1,39,223); }
td.TdClassName
{
border-color: #0127DF;
}
.TagClassName
{
border-color: #0127DF;
}
</style>