Shades of Medium Blue #0001D0
Tints of Medium Blue #0001D0
RGB
CMYK
RGB Variations
Color information
#0001D0 (or 0x0001D0) is known color: Medium Blue. HEX triplet: 00, 01 and D0. RGB value is (0,1,208). Sum of RGB (Red+Green+Blue) = 0+1+208=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 208 (81.64% from 255 or 99.52% from 209); Max value from RGB is 208 - color contains mainly: blue. Hex color #0001D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0001D0 is #FFFE2F. Grayscale: #171717. Windows color (decimal): -16776752 or 13631744. OLE color: 13631744.
HSL color Cylindrical-coordinate representation of color #0001D0: hue angle of 239.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0001D0 is Cyan = 1, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 1 | 208 | - |
| CMYK | 1 | 1.00 | 0 | 0.18 |
| HSL | 239.71º | 1% | 0.41% | - |
| HSV(B) | 239.71º | 1% | 0.82% | - |
| XYZ | 11.4 | 4.58 | 59.96 | - |
| YUV | 24.3 | 231.67 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 208 | 1 | 1.00 | 0 | 0.18 | 239.71 | 1 | 0.41 |
| Hex | 0 | 1 | D0 | 64 | 64 | 0 | 12 | F0 | 64 | 29 |
| Octal | 0 | 1 | 320 | 144 | 144 | 0 | 22 | 360 | 144 | 51 |
| Binary | 0 | 1 | 11010000 | 1100100 | 1100100 | 0 | 10010 | 11110000 | 1100100 | 101001 |
Color Harmonies of #0001D0
Complementary color
Monochromatic Colors of #0001D0
Black with #0001D0
Text Example
Text Example
White with #0001D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0001D0; }
p { color: rgb(0,1,208); }
H1.HeaderClassName
{
color: #0001D0;
}
.AnyTagClassName
{
color: #0001D0;
}
</style>
background-color css
<style>
a { background-color: #0001D0; }
a { background-color: rgb(0,1,208); }
div.DivClassName
{
background-color: #0001D0;
}
.BgClassName
{
background-color: #0001D0;
}
</style>
border-color css
<style>
span { border-color: #0001D0; }
span { border-color: rgb(0,1,208); }
td.TdClassName
{
border-color: #0001D0;
}
.TagClassName
{
border-color: #0001D0;
}
</style>