Shades of Medium Blue #0007BD
Tints of Medium Blue #0007BD
RGB
CMYK
RGB Variations
Color information
#0007BD (or 0x0007BD) is known color: Medium Blue. HEX triplet: 00, 07 and BD. RGB value is (0,7,189). Sum of RGB (Red+Green+Blue) = 0+7+189=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 189 (74.22% from 255 or 96.43% from 196); Max value from RGB is 189 - color contains mainly: blue. Hex color #0007BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0007BD is #FFF842. Grayscale: #181818. Windows color (decimal): -16775235 or 12388096. OLE color: 12388096.
HSL color Cylindrical-coordinate representation of color #0007BD: hue angle of 237.78º 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 #0007BD is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 7 | 189 | - |
| CMYK | 1 | 0.96 | 0 | 0.26 |
| HSL | 237.78º | 1% | 0.37% | - |
| HSV(B) | 237.78º | 1% | 0.74% | - |
| XYZ | 9.26 | 3.83 | 48.39 | - |
| YUV | 25.66 | 220.18 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 189 | 1 | 0.96 | 0 | 0.26 | 237.78 | 1 | 0.37 |
| Hex | 0 | 7 | BD | 64 | 60 | 0 | 1A | EE | 64 | 25 |
| Octal | 0 | 7 | 275 | 144 | 140 | 0 | 32 | 356 | 144 | 45 |
| Binary | 0 | 111 | 10111101 | 1100100 | 1100000 | 0 | 11010 | 11101110 | 1100100 | 100101 |
Color Harmonies of #0007BD
Complementary color
Monochromatic Colors of #0007BD
Black with #0007BD
Text Example
Text Example
White with #0007BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0007BD; }
p { color: rgb(0,7,189); }
H1.HeaderClassName
{
color: #0007BD;
}
.AnyTagClassName
{
color: #0007BD;
}
</style>
background-color css
<style>
a { background-color: #0007BD; }
a { background-color: rgb(0,7,189); }
div.DivClassName
{
background-color: #0007BD;
}
.BgClassName
{
background-color: #0007BD;
}
</style>
border-color css
<style>
span { border-color: #0007BD; }
span { border-color: rgb(0,7,189); }
td.TdClassName
{
border-color: #0007BD;
}
.TagClassName
{
border-color: #0007BD;
}
</style>