Shades of Blue #0736FF
Tints of Blue #0736FF
RGB
CMYK
RGB Variations
Color information
#0736FF (or 0x0736FF) is known color: Blue. HEX triplet: 07, 36 and FF. RGB value is (7,54,255). Sum of RGB (Red+Green+Blue) = 7+54+255=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #0736FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0736FF is #F8C900. Grayscale: #3E3E3E. Windows color (decimal): -16304385 or 16725511. OLE color: 16725511.
HSL color Cylindrical-coordinate representation of color #0736FF: hue angle of 228.63º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0736FF is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 54 | 255 | - |
| CMYK | 0.97 | 0.79 | 0 | 0 |
| HSL | 228.63º | 1% | 0.51% | - |
| HSV(B) | 228.63º | 0.97% | 1% | - |
| XYZ | 19.46 | 9.9 | 95.49 | - |
| YUV | 62.86 | 236.43 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 255 | 0.97 | 0.79 | 0 | 0 | 228.63 | 1 | 0.51 |
| Hex | 7 | 36 | FF | 61 | 4F | 0 | 0 | E5 | 64 | 33 |
| Octal | 7 | 66 | 377 | 141 | 117 | 0 | 0 | 345 | 144 | 63 |
| Binary | 111 | 110110 | 11111111 | 1100001 | 1001111 | 0 | 0 | 11100101 | 1100100 | 110011 |
Color Harmonies of #0736FF
Complementary color
Monochromatic Colors of #0736FF
Black with #0736FF
Text Example
Text Example
White with #0736FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0736FF; }
p { color: rgb(7,54,255); }
H1.HeaderClassName
{
color: #0736FF;
}
.AnyTagClassName
{
color: #0736FF;
}
</style>
background-color css
<style>
a { background-color: #0736FF; }
a { background-color: rgb(7,54,255); }
div.DivClassName
{
background-color: #0736FF;
}
.BgClassName
{
background-color: #0736FF;
}
</style>
border-color css
<style>
span { border-color: #0736FF; }
span { border-color: rgb(7,54,255); }
td.TdClassName
{
border-color: #0736FF;
}
.TagClassName
{
border-color: #0736FF;
}
</style>