Shades of Medium Blue #0009BC
Tints of Medium Blue #0009BC
RGB
CMYK
RGB Variations
Color information
#0009BC (or 0x0009BC) is known color: Medium Blue. HEX triplet: 00, 09 and BC. RGB value is (0,9,188). Sum of RGB (Red+Green+Blue) = 0+9+188=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 188 (73.83% from 255 or 95.43% from 197); Max value from RGB is 188 - color contains mainly: blue. Hex color #0009BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0009BC is #FFF643. Grayscale: #191919. Windows color (decimal): -16774724 or 12323072. OLE color: 12323072.
HSL color Cylindrical-coordinate representation of color #0009BC: hue angle of 237.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0009BC is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 9 | 188 | - |
| CMYK | 1 | 0.95 | 0 | 0.26 |
| HSL | 237.13º | 1% | 0.37% | - |
| HSV(B) | 237.13º | 1% | 0.74% | - |
| XYZ | 9.17 | 3.83 | 47.83 | - |
| YUV | 26.72 | 219.02 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 188 | 1 | 0.95 | 0 | 0.26 | 237.13 | 1 | 0.37 |
| Hex | 0 | 9 | BC | 64 | 5F | 0 | 1A | ED | 64 | 25 |
| Octal | 0 | 11 | 274 | 144 | 137 | 0 | 32 | 355 | 144 | 45 |
| Binary | 0 | 1001 | 10111100 | 1100100 | 1011111 | 0 | 11010 | 11101101 | 1100100 | 100101 |
Color Harmonies of #0009BC
Complementary color
Monochromatic Colors of #0009BC
Black with #0009BC
Text Example
Text Example
White with #0009BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0009BC; }
p { color: rgb(0,9,188); }
H1.HeaderClassName
{
color: #0009BC;
}
.AnyTagClassName
{
color: #0009BC;
}
</style>
background-color css
<style>
a { background-color: #0009BC; }
a { background-color: rgb(0,9,188); }
div.DivClassName
{
background-color: #0009BC;
}
.BgClassName
{
background-color: #0009BC;
}
</style>
border-color css
<style>
span { border-color: #0009BC; }
span { border-color: rgb(0,9,188); }
td.TdClassName
{
border-color: #0009BC;
}
.TagClassName
{
border-color: #0009BC;
}
</style>