Shades of Blue #0537FF
Tints of Blue #0537FF
RGB
CMYK
RGB Variations
Color information
#0537FF (or 0x0537FF) is known color: Blue. HEX triplet: 05, 37 and FF. RGB value is (5,55,255). Sum of RGB (Red+Green+Blue) = 5+55+255=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #0537FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0537FF is #FAC800. Grayscale: #3E3E3E. Windows color (decimal): -16435201 or 16725765. OLE color: 16725765.
HSL color Cylindrical-coordinate representation of color #0537FF: hue angle of 228º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0537FF is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 55 | 255 | - |
| CMYK | 0.98 | 0.78 | 0 | 0 |
| HSL | 228º | 1% | 0.51% | - |
| HSV(B) | 228º | 0.98% | 1% | - |
| XYZ | 19.48 | 9.98 | 95.51 | - |
| YUV | 62.85 | 236.44 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 255 | 0.98 | 0.78 | 0 | 0 | 228 | 1 | 0.51 |
| Hex | 5 | 37 | FF | 62 | 4E | 0 | 0 | E4 | 64 | 33 |
| Octal | 5 | 67 | 377 | 142 | 116 | 0 | 0 | 344 | 144 | 63 |
| Binary | 101 | 110111 | 11111111 | 1100010 | 1001110 | 0 | 0 | 11100100 | 1100100 | 110011 |
Color Harmonies of #0537FF
Complementary color
Monochromatic Colors of #0537FF
Black with #0537FF
Text Example
Text Example
White with #0537FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0537FF; }
p { color: rgb(5,55,255); }
H1.HeaderClassName
{
color: #0537FF;
}
.AnyTagClassName
{
color: #0537FF;
}
</style>
background-color css
<style>
a { background-color: #0537FF; }
a { background-color: rgb(5,55,255); }
div.DivClassName
{
background-color: #0537FF;
}
.BgClassName
{
background-color: #0537FF;
}
</style>
border-color css
<style>
span { border-color: #0537FF; }
span { border-color: rgb(5,55,255); }
td.TdClassName
{
border-color: #0537FF;
}
.TagClassName
{
border-color: #0537FF;
}
</style>