Shades of Medium Blue #0900CE
Tints of Medium Blue #0900CE
RGB
CMYK
RGB Variations
Color information
#0900CE (or 0x0900CE) is known color: Medium Blue. HEX triplet: 09, 00 and CE. RGB value is (9,0,206). Sum of RGB (Red+Green+Blue) = 9+0+206=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 206 (80.86% from 255 or 95.81% from 215); Max value from RGB is 206 - color contains mainly: blue. Hex color #0900CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0900CE is #F6FF31. Grayscale: #191919. Windows color (decimal): -16187186 or 13500425. OLE color: 13500425.
HSL color Cylindrical-coordinate representation of color #0900CE: hue angle of 242.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0900CE is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 0 | 206 | - |
| CMYK | 0.96 | 1 | 0 | 0.19 |
| HSL | 242.62º | 1% | 0.4% | - |
| HSV(B) | 242.62º | 1% | 0.81% | - |
| XYZ | 11.25 | 4.51 | 58.67 | - |
| YUV | 26.18 | 229.48 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 206 | 0.96 | 1 | 0 | 0.19 | 242.62 | 1 | 0.4 |
| Hex | 9 | 0 | CE | 60 | 64 | 0 | 13 | F3 | 64 | 28 |
| Octal | 11 | 0 | 316 | 140 | 144 | 0 | 23 | 363 | 144 | 50 |
| Binary | 1001 | 0 | 11001110 | 1100000 | 1100100 | 0 | 10011 | 11110011 | 1100100 | 101000 |
Color Harmonies of #0900CE
Complementary color
Monochromatic Colors of #0900CE
Black with #0900CE
Text Example
Text Example
White with #0900CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0900CE; }
p { color: rgb(9,0,206); }
H1.HeaderClassName
{
color: #0900CE;
}
.AnyTagClassName
{
color: #0900CE;
}
</style>
background-color css
<style>
a { background-color: #0900CE; }
a { background-color: rgb(9,0,206); }
div.DivClassName
{
background-color: #0900CE;
}
.BgClassName
{
background-color: #0900CE;
}
</style>
border-color css
<style>
span { border-color: #0900CE; }
span { border-color: rgb(9,0,206); }
td.TdClassName
{
border-color: #0900CE;
}
.TagClassName
{
border-color: #0900CE;
}
</style>