Shades of Blue #0927EC
Tints of Blue #0927EC
RGB
CMYK
RGB Variations
Color information
#0927EC (or 0x0927EC) is known color: Blue. HEX triplet: 09, 27 and EC. RGB value is (9,39,236). Sum of RGB (Red+Green+Blue) = 9+39+236=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 236 (92.58% from 255 or 83.10% from 284); Max value from RGB is 236 - color contains mainly: blue. Hex color #0927EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0927EC is #F6D813. Grayscale: #333333. Windows color (decimal): -16177172 or 15476489. OLE color: 15476489.
HSL color Cylindrical-coordinate representation of color #0927EC: hue angle of 232.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0927EC is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 39 | 236 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.07 |
| HSL | 232.07º | 0.93% | 0.48% | - |
| HSV(B) | 232.07º | 0.96% | 0.93% | - |
| XYZ | 15.98 | 7.57 | 79.97 | - |
| YUV | 52.49 | 231.56 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 236 | 0.96 | 0.83 | 0 | 0.07 | 232.07 | 0.93 | 0.48 |
| Hex | 9 | 27 | EC | 60 | 53 | 0 | 7 | E8 | 5D | 30 |
| Octal | 11 | 47 | 354 | 140 | 123 | 0 | 7 | 350 | 135 | 60 |
| Binary | 1001 | 100111 | 11101100 | 1100000 | 1010011 | 0 | 111 | 11101000 | 1011101 | 110000 |
Color Harmonies of #0927EC
Complementary color
Monochromatic Colors of #0927EC
Black with #0927EC
Text Example
Text Example
White with #0927EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0927EC; }
p { color: rgb(9,39,236); }
H1.HeaderClassName
{
color: #0927EC;
}
.AnyTagClassName
{
color: #0927EC;
}
</style>
background-color css
<style>
a { background-color: #0927EC; }
a { background-color: rgb(9,39,236); }
div.DivClassName
{
background-color: #0927EC;
}
.BgClassName
{
background-color: #0927EC;
}
</style>
border-color css
<style>
span { border-color: #0927EC; }
span { border-color: rgb(9,39,236); }
td.TdClassName
{
border-color: #0927EC;
}
.TagClassName
{
border-color: #0927EC;
}
</style>