Shades of Blue #0137FF
Tints of Blue #0137FF
RGB
CMYK
RGB Variations
Color information
#0137FF (or 0x0137FF) is known color: Blue. HEX triplet: 01, 37 and FF. RGB value is (1,55,255). Sum of RGB (Red+Green+Blue) = 1+55+255=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #0137FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0137FF is #FEC800. Grayscale: #3C3C3C. Windows color (decimal): -16697345 or 16725761. OLE color: 16725761.
HSL color Cylindrical-coordinate representation of color #0137FF: hue angle of 227.24º 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 #0137FF is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 55 | 255 | - |
| CMYK | 1.00 | 0.78 | 0 | 0 |
| HSL | 227.24º | 1% | 0.5% | - |
| HSV(B) | 227.24º | 1% | 1% | - |
| XYZ | 19.43 | 9.96 | 95.51 | - |
| YUV | 61.65 | 237.11 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 255 | 1.00 | 0.78 | 0 | 0 | 227.24 | 1 | 0.5 |
| Hex | 1 | 37 | FF | 64 | 4E | 0 | 0 | E3 | 64 | 32 |
| Octal | 1 | 67 | 377 | 144 | 116 | 0 | 0 | 343 | 144 | 62 |
| Binary | 1 | 110111 | 11111111 | 1100100 | 1001110 | 0 | 0 | 11100011 | 1100100 | 110010 |
Color Harmonies of #0137FF
Complementary color
Monochromatic Colors of #0137FF
Black with #0137FF
Text Example
Text Example
White with #0137FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0137FF; }
p { color: rgb(1,55,255); }
H1.HeaderClassName
{
color: #0137FF;
}
.AnyTagClassName
{
color: #0137FF;
}
</style>
background-color css
<style>
a { background-color: #0137FF; }
a { background-color: rgb(1,55,255); }
div.DivClassName
{
background-color: #0137FF;
}
.BgClassName
{
background-color: #0137FF;
}
</style>
border-color css
<style>
span { border-color: #0137FF; }
span { border-color: rgb(1,55,255); }
td.TdClassName
{
border-color: #0137FF;
}
.TagClassName
{
border-color: #0137FF;
}
</style>