Shades of Blue #0927FF
Tints of Blue #0927FF
RGB
CMYK
RGB Variations
Color information
#0927FF (or 0x0927FF) is known color: Blue. HEX triplet: 09, 27 and FF. RGB value is (9,39,255). Sum of RGB (Red+Green+Blue) = 9+39+255=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #0927FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0927FF is #F6D800. Grayscale: #353535. Windows color (decimal): -16177153 or 16721673. OLE color: 16721673.
HSL color Cylindrical-coordinate representation of color #0927FF: hue angle of 232.68º 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 #0927FF is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 39 | 255 | - |
| CMYK | 0.96 | 0.85 | 0 | 0 |
| HSL | 232.68º | 1% | 0.52% | - |
| HSV(B) | 232.68º | 0.96% | 1% | - |
| XYZ | 18.89 | 8.73 | 95.3 | - |
| YUV | 54.65 | 241.06 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 255 | 0.96 | 0.85 | 0 | 0 | 232.68 | 1 | 0.52 |
| Hex | 9 | 27 | FF | 60 | 55 | 0 | 0 | E9 | 64 | 34 |
| Octal | 11 | 47 | 377 | 140 | 125 | 0 | 0 | 351 | 144 | 64 |
| Binary | 1001 | 100111 | 11111111 | 1100000 | 1010101 | 0 | 0 | 11101001 | 1100100 | 110100 |
Color Harmonies of #0927FF
Complementary color
Monochromatic Colors of #0927FF
Black with #0927FF
Text Example
Text Example
White with #0927FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0927FF; }
p { color: rgb(9,39,255); }
H1.HeaderClassName
{
color: #0927FF;
}
.AnyTagClassName
{
color: #0927FF;
}
</style>
background-color css
<style>
a { background-color: #0927FF; }
a { background-color: rgb(9,39,255); }
div.DivClassName
{
background-color: #0927FF;
}
.BgClassName
{
background-color: #0927FF;
}
</style>
border-color css
<style>
span { border-color: #0927FF; }
span { border-color: rgb(9,39,255); }
td.TdClassName
{
border-color: #0927FF;
}
.TagClassName
{
border-color: #0927FF;
}
</style>