Shades of Medium Blue #0006BC
Tints of Medium Blue #0006BC
RGB
CMYK
RGB Variations
Color information
#0006BC (or 0x0006BC) is known color: Medium Blue. HEX triplet: 00, 06 and BC. RGB value is (0,6,188). Sum of RGB (Red+Green+Blue) = 0+6+188=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 188 (73.83% from 255 or 96.91% from 194); Max value from RGB is 188 - color contains mainly: blue. Hex color #0006BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0006BC is #FFF943. Grayscale: #181818. Windows color (decimal): -16775492 or 12322304. OLE color: 12322304.
HSL color Cylindrical-coordinate representation of color #0006BC: hue angle of 238.09º 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 #0006BC is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 6 | 188 | - |
| CMYK | 1 | 0.97 | 0 | 0.26 |
| HSL | 238.09º | 1% | 0.37% | - |
| HSV(B) | 238.09º | 1% | 0.74% | - |
| XYZ | 9.14 | 3.76 | 47.82 | - |
| YUV | 24.95 | 220.01 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 188 | 1 | 0.97 | 0 | 0.26 | 238.09 | 1 | 0.37 |
| Hex | 0 | 6 | BC | 64 | 61 | 0 | 1A | EE | 64 | 25 |
| Octal | 0 | 6 | 274 | 144 | 141 | 0 | 32 | 356 | 144 | 45 |
| Binary | 0 | 110 | 10111100 | 1100100 | 1100001 | 0 | 11010 | 11101110 | 1100100 | 100101 |
Color Harmonies of #0006BC
Complementary color
Monochromatic Colors of #0006BC
Black with #0006BC
Text Example
Text Example
White with #0006BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0006BC; }
p { color: rgb(0,6,188); }
H1.HeaderClassName
{
color: #0006BC;
}
.AnyTagClassName
{
color: #0006BC;
}
</style>
background-color css
<style>
a { background-color: #0006BC; }
a { background-color: rgb(0,6,188); }
div.DivClassName
{
background-color: #0006BC;
}
.BgClassName
{
background-color: #0006BC;
}
</style>
border-color css
<style>
span { border-color: #0006BC; }
span { border-color: rgb(0,6,188); }
td.TdClassName
{
border-color: #0006BC;
}
.TagClassName
{
border-color: #0006BC;
}
</style>