Shades of Medium Blue #0000D1
Tints of Medium Blue #0000D1
RGB
CMYK
RGB Variations
Color information
#0000D1 (or 0x0000D1) is known color: Medium Blue. HEX triplet: 00, 00 and D1. RGB value is (0,0,209). Sum of RGB (Red+Green+Blue) = 0+0+209=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 209 (82.03% from 255 or 100% from 209); Max value from RGB is 209 - color contains mainly: blue. Hex color #0000D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0000D1 is #FFFF2E. Grayscale: #161616. Windows color (decimal): -16777007 or 13697024. OLE color: 13697024.
HSL color Cylindrical-coordinate representation of color #0000D1: hue angle of 240º 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 #0000D1 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 0 | 209 | - |
| CMYK | 1 | 1 | 0 | 0.18 |
| HSL | 240º | 1% | 0.41% | - |
| HSV(B) | 240º | 1% | 0.82% | - |
| XYZ | 11.51 | 4.6 | 60.6 | - |
| YUV | 23.83 | 232.5 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 209 | 1 | 1 | 0 | 0.18 | 240 | 1 | 0.41 |
| Hex | 0 | 0 | D1 | 64 | 64 | 0 | 12 | F0 | 64 | 29 |
| Octal | 0 | 0 | 321 | 144 | 144 | 0 | 22 | 360 | 144 | 51 |
| Binary | 0 | 0 | 11010001 | 1100100 | 1100100 | 0 | 10010 | 11110000 | 1100100 | 101001 |
Color Harmonies of #0000D1
Complementary color
Monochromatic Colors of #0000D1
Black with #0000D1
Text Example
Text Example
White with #0000D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0000D1; }
p { color: rgb(0,0,209); }
H1.HeaderClassName
{
color: #0000D1;
}
.AnyTagClassName
{
color: #0000D1;
}
</style>
background-color css
<style>
a { background-color: #0000D1; }
a { background-color: rgb(0,0,209); }
div.DivClassName
{
background-color: #0000D1;
}
.BgClassName
{
background-color: #0000D1;
}
</style>
border-color css
<style>
span { border-color: #0000D1; }
span { border-color: rgb(0,0,209); }
td.TdClassName
{
border-color: #0000D1;
}
.TagClassName
{
border-color: #0000D1;
}
</style>