Shades of Blue #0922E6
Tints of Blue #0922E6
RGB
CMYK
RGB Variations
Color information
#0922E6 (or 0x0922E6) is known color: Blue. HEX triplet: 09, 22 and E6. RGB value is (9,34,230). Sum of RGB (Red+Green+Blue) = 9+34+230=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 230 (90.23% from 255 or 84.25% from 273); Max value from RGB is 230 - color contains mainly: blue. Hex color #0922E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0922E6 is #F6DD19. Grayscale: #303030. Windows color (decimal): -16178458 or 15081993. OLE color: 15081993.
HSL color Cylindrical-coordinate representation of color #0922E6: hue angle of 233.21º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0922E6 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 34 | 230 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.10 |
| HSL | 233.21º | 0.92% | 0.47% | - |
| HSV(B) | 233.21º | 0.96% | 0.9% | - |
| XYZ | 14.97 | 6.92 | 75.41 | - |
| YUV | 48.87 | 230.22 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 230 | 0.96 | 0.85 | 0 | 0.10 | 233.21 | 0.92 | 0.47 |
| Hex | 9 | 22 | E6 | 60 | 55 | 0 | A | E9 | 5C | 2F |
| Octal | 11 | 42 | 346 | 140 | 125 | 0 | 12 | 351 | 134 | 57 |
| Binary | 1001 | 100010 | 11100110 | 1100000 | 1010101 | 0 | 1010 | 11101001 | 1011100 | 101111 |
Color Harmonies of #0922E6
Complementary color
Monochromatic Colors of #0922E6
Black with #0922E6
Text Example
Text Example
White with #0922E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0922E6; }
p { color: rgb(9,34,230); }
H1.HeaderClassName
{
color: #0922E6;
}
.AnyTagClassName
{
color: #0922E6;
}
</style>
background-color css
<style>
a { background-color: #0922E6; }
a { background-color: rgb(9,34,230); }
div.DivClassName
{
background-color: #0922E6;
}
.BgClassName
{
background-color: #0922E6;
}
</style>
border-color css
<style>
span { border-color: #0922E6; }
span { border-color: rgb(9,34,230); }
td.TdClassName
{
border-color: #0922E6;
}
.TagClassName
{
border-color: #0922E6;
}
</style>