Shades of Medium Blue #0013CE
Tints of Medium Blue #0013CE
RGB
CMYK
RGB Variations
Color information
#0013CE (or 0x0013CE) is known color: Medium Blue. HEX triplet: 00, 13 and CE. RGB value is (0,19,206). Sum of RGB (Red+Green+Blue) = 0+19+206=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #0013CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013CE is #FFEC31. Grayscale: #212121. Windows color (decimal): -16772146 or 13505280. OLE color: 13505280.
HSL color Cylindrical-coordinate representation of color #0013CE: hue angle of 234.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013CE is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 19 | 206 | - |
| CMYK | 1 | 0.91 | 0 | 0.19 |
| HSL | 234.47º | 1% | 0.4% | - |
| HSV(B) | 234.47º | 1% | 0.81% | - |
| XYZ | 11.37 | 4.92 | 58.74 | - |
| YUV | 34.64 | 224.71 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 206 | 1 | 0.91 | 0 | 0.19 | 234.47 | 1 | 0.4 |
| Hex | 0 | 13 | CE | 64 | 5B | 0 | 13 | EA | 64 | 28 |
| Octal | 0 | 23 | 316 | 144 | 133 | 0 | 23 | 352 | 144 | 50 |
| Binary | 0 | 10011 | 11001110 | 1100100 | 1011011 | 0 | 10011 | 11101010 | 1100100 | 101000 |
Color Harmonies of #0013CE
Complementary color
Monochromatic Colors of #0013CE
Black with #0013CE
Text Example
Text Example
White with #0013CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013CE; }
p { color: rgb(0,19,206); }
H1.HeaderClassName
{
color: #0013CE;
}
.AnyTagClassName
{
color: #0013CE;
}
</style>
background-color css
<style>
a { background-color: #0013CE; }
a { background-color: rgb(0,19,206); }
div.DivClassName
{
background-color: #0013CE;
}
.BgClassName
{
background-color: #0013CE;
}
</style>
border-color css
<style>
span { border-color: #0013CE; }
span { border-color: rgb(0,19,206); }
td.TdClassName
{
border-color: #0013CE;
}
.TagClassName
{
border-color: #0013CE;
}
</style>