Shades of Medium Blue #0006DD
Tints of Medium Blue #0006DD
RGB
CMYK
RGB Variations
Color information
#0006DD (or 0x0006DD) is known color: Medium Blue. HEX triplet: 00, 06 and DD. RGB value is (0,6,221). Sum of RGB (Red+Green+Blue) = 0+6+221=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 221 (86.72% from 255 or 97.36% from 227); Max value from RGB is 221 - color contains mainly: blue. Hex color #0006DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0006DD is #FFF922. Grayscale: #1B1B1B. Windows color (decimal): -16775459 or 14484992. OLE color: 14484992.
HSL color Cylindrical-coordinate representation of color #0006DD: hue angle of 238.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0006DD is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 6 | 221 | - |
| CMYK | 1 | 0.97 | 0 | 0.13 |
| HSL | 238.37º | 1% | 0.43% | - |
| HSV(B) | 238.37º | 1% | 0.87% | - |
| XYZ | 13.12 | 5.35 | 68.75 | - |
| YUV | 28.72 | 236.51 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 221 | 1 | 0.97 | 0 | 0.13 | 238.37 | 1 | 0.43 |
| Hex | 0 | 6 | DD | 64 | 61 | 0 | D | EE | 64 | 2B |
| Octal | 0 | 6 | 335 | 144 | 141 | 0 | 15 | 356 | 144 | 53 |
| Binary | 0 | 110 | 11011101 | 1100100 | 1100001 | 0 | 1101 | 11101110 | 1100100 | 101011 |
Color Harmonies of #0006DD
Complementary color
Monochromatic Colors of #0006DD
Black with #0006DD
Text Example
Text Example
White with #0006DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0006DD; }
p { color: rgb(0,6,221); }
H1.HeaderClassName
{
color: #0006DD;
}
.AnyTagClassName
{
color: #0006DD;
}
</style>
background-color css
<style>
a { background-color: #0006DD; }
a { background-color: rgb(0,6,221); }
div.DivClassName
{
background-color: #0006DD;
}
.BgClassName
{
background-color: #0006DD;
}
</style>
border-color css
<style>
span { border-color: #0006DD; }
span { border-color: rgb(0,6,221); }
td.TdClassName
{
border-color: #0006DD;
}
.TagClassName
{
border-color: #0006DD;
}
</style>