Shades of Blue #0931FF
Tints of Blue #0931FF
RGB
CMYK
RGB Variations
Color information
#0931FF (or 0x0931FF) is known color: Blue. HEX triplet: 09, 31 and FF. RGB value is (9,49,255). Sum of RGB (Red+Green+Blue) = 9+49+255=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #0931FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0931FF is #F6CE00. Grayscale: #3B3B3B. Windows color (decimal): -16174593 or 16724233. OLE color: 16724233.
HSL color Cylindrical-coordinate representation of color #0931FF: hue angle of 230.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0931FF is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 49 | 255 | - |
| CMYK | 0.96 | 0.81 | 0 | 0 |
| HSL | 230.24º | 1% | 0.52% | - |
| HSV(B) | 230.24º | 0.96% | 1% | - |
| XYZ | 19.26 | 9.47 | 95.42 | - |
| YUV | 60.52 | 237.75 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 255 | 0.96 | 0.81 | 0 | 0 | 230.24 | 1 | 0.52 |
| Hex | 9 | 31 | FF | 60 | 51 | 0 | 0 | E6 | 64 | 34 |
| Octal | 11 | 61 | 377 | 140 | 121 | 0 | 0 | 346 | 144 | 64 |
| Binary | 1001 | 110001 | 11111111 | 1100000 | 1010001 | 0 | 0 | 11100110 | 1100100 | 110100 |
Color Harmonies of #0931FF
Complementary color
Monochromatic Colors of #0931FF
Black with #0931FF
Text Example
Text Example
White with #0931FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931FF; }
p { color: rgb(9,49,255); }
H1.HeaderClassName
{
color: #0931FF;
}
.AnyTagClassName
{
color: #0931FF;
}
</style>
background-color css
<style>
a { background-color: #0931FF; }
a { background-color: rgb(9,49,255); }
div.DivClassName
{
background-color: #0931FF;
}
.BgClassName
{
background-color: #0931FF;
}
</style>
border-color css
<style>
span { border-color: #0931FF; }
span { border-color: rgb(9,49,255); }
td.TdClassName
{
border-color: #0931FF;
}
.TagClassName
{
border-color: #0931FF;
}
</style>