Shades of Blue #0900EB
Tints of Blue #0900EB
RGB
CMYK
RGB Variations
Color information
#0900EB (or 0x0900EB) is known color: Blue. HEX triplet: 09, 00 and EB. RGB value is (9,0,235). Sum of RGB (Red+Green+Blue) = 9+0+235=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 235 (92.19% from 255 or 96.31% from 244); Max value from RGB is 235 - color contains mainly: blue. Hex color #0900EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0900EB is #F6FF14. Grayscale: #1C1C1C. Windows color (decimal): -16187157 or 15400969. OLE color: 15400969.
HSL color Cylindrical-coordinate representation of color #0900EB: hue angle of 242.3º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0900EB is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 0 | 235 | - |
| CMYK | 0.96 | 1 | 0 | 0.08 |
| HSL | 242.3º | 1% | 0.46% | - |
| HSV(B) | 242.3º | 1% | 0.92% | - |
| XYZ | 15.11 | 6.06 | 78.97 | - |
| YUV | 29.48 | 243.98 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 235 | 0.96 | 1 | 0 | 0.08 | 242.3 | 1 | 0.46 |
| Hex | 9 | 0 | EB | 60 | 64 | 0 | 8 | F2 | 64 | 2E |
| Octal | 11 | 0 | 353 | 140 | 144 | 0 | 10 | 362 | 144 | 56 |
| Binary | 1001 | 0 | 11101011 | 1100000 | 1100100 | 0 | 1000 | 11110010 | 1100100 | 101110 |
Color Harmonies of #0900EB
Complementary color
Monochromatic Colors of #0900EB
Black with #0900EB
Text Example
Text Example
White with #0900EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0900EB; }
p { color: rgb(9,0,235); }
H1.HeaderClassName
{
color: #0900EB;
}
.AnyTagClassName
{
color: #0900EB;
}
</style>
background-color css
<style>
a { background-color: #0900EB; }
a { background-color: rgb(9,0,235); }
div.DivClassName
{
background-color: #0900EB;
}
.BgClassName
{
background-color: #0900EB;
}
</style>
border-color css
<style>
span { border-color: #0900EB; }
span { border-color: rgb(9,0,235); }
td.TdClassName
{
border-color: #0900EB;
}
.TagClassName
{
border-color: #0900EB;
}
</style>