Shades of Medium Blue #0006DE
Tints of Medium Blue #0006DE
RGB
CMYK
RGB Variations
Color information
#0006DE (or 0x0006DE) is known color: Medium Blue. HEX triplet: 00, 06 and DE. RGB value is (0,6,222). Sum of RGB (Red+Green+Blue) = 0+6+222=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 222 (87.11% from 255 or 97.37% from 228); Max value from RGB is 222 - color contains mainly: blue. Hex color #0006DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0006DE is #FFF921. Grayscale: #1B1B1B. Windows color (decimal): -16775458 or 14550528. OLE color: 14550528.
HSL color Cylindrical-coordinate representation of color #0006DE: hue angle of 238.38º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0006DE is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 6 | 222 | - |
| CMYK | 1 | 0.97 | 0 | 0.13 |
| HSL | 238.38º | 1% | 0.44% | - |
| HSV(B) | 238.38º | 1% | 0.87% | - |
| XYZ | 13.25 | 5.4 | 69.45 | - |
| YUV | 28.83 | 237.01 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 222 | 1 | 0.97 | 0 | 0.13 | 238.38 | 1 | 0.44 |
| Hex | 0 | 6 | DE | 64 | 61 | 0 | D | EE | 64 | 2C |
| Octal | 0 | 6 | 336 | 144 | 141 | 0 | 15 | 356 | 144 | 54 |
| Binary | 0 | 110 | 11011110 | 1100100 | 1100001 | 0 | 1101 | 11101110 | 1100100 | 101100 |
Color Harmonies of #0006DE
Complementary color
Monochromatic Colors of #0006DE
Black with #0006DE
Text Example
Text Example
White with #0006DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0006DE; }
p { color: rgb(0,6,222); }
H1.HeaderClassName
{
color: #0006DE;
}
.AnyTagClassName
{
color: #0006DE;
}
</style>
background-color css
<style>
a { background-color: #0006DE; }
a { background-color: rgb(0,6,222); }
div.DivClassName
{
background-color: #0006DE;
}
.BgClassName
{
background-color: #0006DE;
}
</style>
border-color css
<style>
span { border-color: #0006DE; }
span { border-color: rgb(0,6,222); }
td.TdClassName
{
border-color: #0006DE;
}
.TagClassName
{
border-color: #0006DE;
}
</style>