Shades of Blue #0927EA
Tints of Blue #0927EA
RGB
CMYK
RGB Variations
Color information
#0927EA (or 0x0927EA) is known color: Blue. HEX triplet: 09, 27 and EA. RGB value is (9,39,234). Sum of RGB (Red+Green+Blue) = 9+39+234=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #0927EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0927EA is #F6D815. Grayscale: #333333. Windows color (decimal): -16177174 or 15345417. OLE color: 15345417.
HSL color Cylindrical-coordinate representation of color #0927EA: hue angle of 232º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0927EA is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 39 | 234 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.08 |
| HSL | 232º | 0.93% | 0.48% | - |
| HSV(B) | 232º | 0.96% | 0.92% | - |
| XYZ | 15.69 | 7.45 | 78.45 | - |
| YUV | 52.26 | 230.56 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 234 | 0.96 | 0.83 | 0 | 0.08 | 232 | 0.93 | 0.48 |
| Hex | 9 | 27 | EA | 60 | 53 | 0 | 8 | E8 | 5D | 30 |
| Octal | 11 | 47 | 352 | 140 | 123 | 0 | 10 | 350 | 135 | 60 |
| Binary | 1001 | 100111 | 11101010 | 1100000 | 1010011 | 0 | 1000 | 11101000 | 1011101 | 110000 |
Color Harmonies of #0927EA
Complementary color
Monochromatic Colors of #0927EA
Black with #0927EA
Text Example
Text Example
White with #0927EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0927EA; }
p { color: rgb(9,39,234); }
H1.HeaderClassName
{
color: #0927EA;
}
.AnyTagClassName
{
color: #0927EA;
}
</style>
background-color css
<style>
a { background-color: #0927EA; }
a { background-color: rgb(9,39,234); }
div.DivClassName
{
background-color: #0927EA;
}
.BgClassName
{
background-color: #0927EA;
}
</style>
border-color css
<style>
span { border-color: #0927EA; }
span { border-color: rgb(9,39,234); }
td.TdClassName
{
border-color: #0927EA;
}
.TagClassName
{
border-color: #0927EA;
}
</style>