Shades of Medium Blue #0017BD
Tints of Medium Blue #0017BD
RGB
CMYK
RGB Variations
Color information
#0017BD (or 0x0017BD) is known color: Medium Blue. HEX triplet: 00, 17 and BD. RGB value is (0,23,189). Sum of RGB (Red+Green+Blue) = 0+23+189=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 189 (74.22% from 255 or 89.15% from 212); Max value from RGB is 189 - color contains mainly: blue. Hex color #0017BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017BD is #FFE842. Grayscale: #222222. Windows color (decimal): -16771139 or 12392192. OLE color: 12392192.
HSL color Cylindrical-coordinate representation of color #0017BD: hue angle of 232.7º 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 #0017BD is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 23 | 189 | - |
| CMYK | 1 | 0.88 | 0 | 0.26 |
| HSL | 232.7º | 1% | 0.37% | - |
| HSV(B) | 232.7º | 1% | 0.74% | - |
| XYZ | 9.49 | 4.29 | 48.47 | - |
| YUV | 35.05 | 214.88 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 189 | 1 | 0.88 | 0 | 0.26 | 232.7 | 1 | 0.37 |
| Hex | 0 | 17 | BD | 64 | 58 | 0 | 1A | E9 | 64 | 25 |
| Octal | 0 | 27 | 275 | 144 | 130 | 0 | 32 | 351 | 144 | 45 |
| Binary | 0 | 10111 | 10111101 | 1100100 | 1011000 | 0 | 11010 | 11101001 | 1100100 | 100101 |
Color Harmonies of #0017BD
Complementary color
Monochromatic Colors of #0017BD
Black with #0017BD
Text Example
Text Example
White with #0017BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0017BD; }
p { color: rgb(0,23,189); }
H1.HeaderClassName
{
color: #0017BD;
}
.AnyTagClassName
{
color: #0017BD;
}
</style>
background-color css
<style>
a { background-color: #0017BD; }
a { background-color: rgb(0,23,189); }
div.DivClassName
{
background-color: #0017BD;
}
.BgClassName
{
background-color: #0017BD;
}
</style>
border-color css
<style>
span { border-color: #0017BD; }
span { border-color: rgb(0,23,189); }
td.TdClassName
{
border-color: #0017BD;
}
.TagClassName
{
border-color: #0017BD;
}
</style>