Shades of Blue #0931EF
Tints of Blue #0931EF
RGB
CMYK
RGB Variations
Color information
#0931EF (or 0x0931EF) is known color: Blue. HEX triplet: 09, 31 and EF. RGB value is (9,49,239). Sum of RGB (Red+Green+Blue) = 9+49+239=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 239 (93.75% from 255 or 80.47% from 297); Max value from RGB is 239 - color contains mainly: blue. Hex color #0931EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0931EF is #F6CE10. Grayscale: #393939. Windows color (decimal): -16174609 or 15675657. OLE color: 15675657.
HSL color Cylindrical-coordinate representation of color #0931EF: hue angle of 229.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0931EF is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 49 | 239 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.06 |
| HSL | 229.57º | 0.93% | 0.49% | - |
| HSV(B) | 229.57º | 0.96% | 0.94% | - |
| XYZ | 16.79 | 8.49 | 82.41 | - |
| YUV | 58.7 | 229.75 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 239 | 0.96 | 0.79 | 0 | 0.06 | 229.57 | 0.93 | 0.49 |
| Hex | 9 | 31 | EF | 60 | 4F | 0 | 6 | E6 | 5D | 31 |
| Octal | 11 | 61 | 357 | 140 | 117 | 0 | 6 | 346 | 135 | 61 |
| Binary | 1001 | 110001 | 11101111 | 1100000 | 1001111 | 0 | 110 | 11100110 | 1011101 | 110001 |
Color Harmonies of #0931EF
Complementary color
Monochromatic Colors of #0931EF
Black with #0931EF
Text Example
Text Example
White with #0931EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931EF; }
p { color: rgb(9,49,239); }
H1.HeaderClassName
{
color: #0931EF;
}
.AnyTagClassName
{
color: #0931EF;
}
</style>
background-color css
<style>
a { background-color: #0931EF; }
a { background-color: rgb(9,49,239); }
div.DivClassName
{
background-color: #0931EF;
}
.BgClassName
{
background-color: #0931EF;
}
</style>
border-color css
<style>
span { border-color: #0931EF; }
span { border-color: rgb(9,49,239); }
td.TdClassName
{
border-color: #0931EF;
}
.TagClassName
{
border-color: #0931EF;
}
</style>