Shades of Medium Blue #0017CB
Tints of Medium Blue #0017CB
RGB
CMYK
RGB Variations
Color information
#0017CB (or 0x0017CB) is known color: Medium Blue. HEX triplet: 00, 17 and CB. RGB value is (0,23,203). Sum of RGB (Red+Green+Blue) = 0+23+203=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 203 (79.69% from 255 or 89.82% from 226); Max value from RGB is 203 - color contains mainly: blue. Hex color #0017CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017CB is #FFE834. Grayscale: #232323. Windows color (decimal): -16771125 or 13309696. OLE color: 13309696.
HSL color Cylindrical-coordinate representation of color #0017CB: hue angle of 233.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017CB is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 23 | 203 | - |
| CMYK | 1 | 0.89 | 0 | 0.20 |
| HSL | 233.2º | 1% | 0.4% | - |
| HSV(B) | 233.2º | 1% | 0.8% | - |
| XYZ | 11.09 | 4.92 | 56.87 | - |
| YUV | 36.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 203 | 1 | 0.89 | 0 | 0.20 | 233.2 | 1 | 0.4 |
| Hex | 0 | 17 | CB | 64 | 59 | 0 | 14 | E9 | 64 | 28 |
| Octal | 0 | 27 | 313 | 144 | 131 | 0 | 24 | 351 | 144 | 50 |
| Binary | 0 | 10111 | 11001011 | 1100100 | 1011001 | 0 | 10100 | 11101001 | 1100100 | 101000 |
Color Harmonies of #0017CB
Complementary color
Monochromatic Colors of #0017CB
Black with #0017CB
Text Example
Text Example
White with #0017CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0017CB; }
p { color: rgb(0,23,203); }
H1.HeaderClassName
{
color: #0017CB;
}
.AnyTagClassName
{
color: #0017CB;
}
</style>
background-color css
<style>
a { background-color: #0017CB; }
a { background-color: rgb(0,23,203); }
div.DivClassName
{
background-color: #0017CB;
}
.BgClassName
{
background-color: #0017CB;
}
</style>
border-color css
<style>
span { border-color: #0017CB; }
span { border-color: rgb(0,23,203); }
td.TdClassName
{
border-color: #0017CB;
}
.TagClassName
{
border-color: #0017CB;
}
</style>