Shades of Medium Blue #0009CE
Tints of Medium Blue #0009CE
RGB
CMYK
RGB Variations
Color information
#0009CE (or 0x0009CE) is known color: Medium Blue. HEX triplet: 00, 09 and CE. RGB value is (0,9,206). Sum of RGB (Red+Green+Blue) = 0+9+206=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 9 (3.91% from 255 or 4.19% 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 #0009CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0009CE is #FFF631. Grayscale: #1B1B1B. Windows color (decimal): -16774706 or 13502720. OLE color: 13502720.
HSL color Cylindrical-coordinate representation of color #0009CE: hue angle of 237.38º 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 #0009CE is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 9 | 206 | - |
| CMYK | 1 | 0.96 | 0 | 0.19 |
| HSL | 237.38º | 1% | 0.4% | - |
| HSV(B) | 237.38º | 1% | 0.81% | - |
| XYZ | 11.24 | 4.65 | 58.7 | - |
| YUV | 28.77 | 228.02 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 206 | 1 | 0.96 | 0 | 0.19 | 237.38 | 1 | 0.4 |
| Hex | 0 | 9 | CE | 64 | 60 | 0 | 13 | ED | 64 | 28 |
| Octal | 0 | 11 | 316 | 144 | 140 | 0 | 23 | 355 | 144 | 50 |
| Binary | 0 | 1001 | 11001110 | 1100100 | 1100000 | 0 | 10011 | 11101101 | 1100100 | 101000 |
Color Harmonies of #0009CE
Complementary color
Monochromatic Colors of #0009CE
Black with #0009CE
Text Example
Text Example
White with #0009CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0009CE; }
p { color: rgb(0,9,206); }
H1.HeaderClassName
{
color: #0009CE;
}
.AnyTagClassName
{
color: #0009CE;
}
</style>
background-color css
<style>
a { background-color: #0009CE; }
a { background-color: rgb(0,9,206); }
div.DivClassName
{
background-color: #0009CE;
}
.BgClassName
{
background-color: #0009CE;
}
</style>
border-color css
<style>
span { border-color: #0009CE; }
span { border-color: rgb(0,9,206); }
td.TdClassName
{
border-color: #0009CE;
}
.TagClassName
{
border-color: #0009CE;
}
</style>