Shades of Blue #0906EC
Tints of Blue #0906EC
RGB
CMYK
RGB Variations
Color information
#0906EC (or 0x0906EC) is known color: Blue. HEX triplet: 09, 06 and EC. RGB value is (9,6,236). Sum of RGB (Red+Green+Blue) = 9+6+236=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 236 (92.58% from 255 or 94.02% from 251); Max value from RGB is 236 - color contains mainly: blue. Hex color #0906EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0906EC is #F6F913. Grayscale: #202020. Windows color (decimal): -16185620 or 15468041. OLE color: 15468041.
HSL color Cylindrical-coordinate representation of color #0906EC: hue angle of 240.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0906EC is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 6 | 236 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.07 |
| HSL | 240.78º | 0.95% | 0.47% | - |
| HSV(B) | 240.78º | 0.97% | 0.93% | - |
| XYZ | 15.32 | 6.24 | 79.75 | - |
| YUV | 33.12 | 242.49 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 236 | 0.96 | 0.97 | 0 | 0.07 | 240.78 | 0.95 | 0.47 |
| Hex | 9 | 6 | EC | 60 | 61 | 0 | 7 | F1 | 5F | 2F |
| Octal | 11 | 6 | 354 | 140 | 141 | 0 | 7 | 361 | 137 | 57 |
| Binary | 1001 | 110 | 11101100 | 1100000 | 1100001 | 0 | 111 | 11110001 | 1011111 | 101111 |
Color Harmonies of #0906EC
Complementary color
Monochromatic Colors of #0906EC
Black with #0906EC
Text Example
Text Example
White with #0906EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906EC; }
p { color: rgb(9,6,236); }
H1.HeaderClassName
{
color: #0906EC;
}
.AnyTagClassName
{
color: #0906EC;
}
</style>
background-color css
<style>
a { background-color: #0906EC; }
a { background-color: rgb(9,6,236); }
div.DivClassName
{
background-color: #0906EC;
}
.BgClassName
{
background-color: #0906EC;
}
</style>
border-color css
<style>
span { border-color: #0906EC; }
span { border-color: rgb(9,6,236); }
td.TdClassName
{
border-color: #0906EC;
}
.TagClassName
{
border-color: #0906EC;
}
</style>