Shades of Medium Blue #0017BE
Tints of Medium Blue #0017BE
RGB
CMYK
RGB Variations
Color information
#0017BE (or 0x0017BE) is known color: Medium Blue. HEX triplet: 00, 17 and BE. RGB value is (0,23,190). Sum of RGB (Red+Green+Blue) = 0+23+190=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 190 (74.61% from 255 or 89.20% from 213); Max value from RGB is 190 - color contains mainly: blue. Hex color #0017BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017BE is #FFE841. Grayscale: #222222. Windows color (decimal): -16771138 or 12457728. OLE color: 12457728.
HSL color Cylindrical-coordinate representation of color #0017BE: hue angle of 232.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017BE is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 23 | 190 | - |
| CMYK | 1 | 0.88 | 0 | 0.25 |
| HSL | 232.74º | 1% | 0.37% | - |
| HSV(B) | 232.74º | 1% | 0.75% | - |
| XYZ | 9.6 | 4.33 | 49.05 | - |
| YUV | 35.16 | 215.38 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 190 | 1 | 0.88 | 0 | 0.25 | 232.74 | 1 | 0.37 |
| Hex | 0 | 17 | BE | 64 | 58 | 0 | 19 | E9 | 64 | 25 |
| Octal | 0 | 27 | 276 | 144 | 130 | 0 | 31 | 351 | 144 | 45 |
| Binary | 0 | 10111 | 10111110 | 1100100 | 1011000 | 0 | 11001 | 11101001 | 1100100 | 100101 |
Color Harmonies of #0017BE
Complementary color
Monochromatic Colors of #0017BE
Black with #0017BE
Text Example
Text Example
White with #0017BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0017BE; }
p { color: rgb(0,23,190); }
H1.HeaderClassName
{
color: #0017BE;
}
.AnyTagClassName
{
color: #0017BE;
}
</style>
background-color css
<style>
a { background-color: #0017BE; }
a { background-color: rgb(0,23,190); }
div.DivClassName
{
background-color: #0017BE;
}
.BgClassName
{
background-color: #0017BE;
}
</style>
border-color css
<style>
span { border-color: #0017BE; }
span { border-color: rgb(0,23,190); }
td.TdClassName
{
border-color: #0017BE;
}
.TagClassName
{
border-color: #0017BE;
}
</style>