Shades of Blue #0013EF
Tints of Blue #0013EF
RGB
CMYK
RGB Variations
Color information
#0013EF (or 0x0013EF) is known color: Blue. HEX triplet: 00, 13 and EF. RGB value is (0,19,239). Sum of RGB (Red+Green+Blue) = 0+19+239=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 239 (93.75% from 255 or 92.64% from 258); Max value from RGB is 239 - color contains mainly: blue. Hex color #0013EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0013EF is #FFEC10. Grayscale: #252525. Windows color (decimal): -16772113 or 15667968. OLE color: 15667968.
HSL color Cylindrical-coordinate representation of color #0013EF: hue angle of 235.23º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013EF is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 19 | 239 | - |
| CMYK | 1 | 0.92 | 0 | 0.06 |
| HSL | 235.23º | 1% | 0.47% | - |
| HSV(B) | 235.23º | 1% | 0.94% | - |
| XYZ | 15.81 | 6.7 | 82.12 | - |
| YUV | 38.4 | 241.21 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 239 | 1 | 0.92 | 0 | 0.06 | 235.23 | 1 | 0.47 |
| Hex | 0 | 13 | EF | 64 | 5C | 0 | 6 | EB | 64 | 2F |
| Octal | 0 | 23 | 357 | 144 | 134 | 0 | 6 | 353 | 144 | 57 |
| Binary | 0 | 10011 | 11101111 | 1100100 | 1011100 | 0 | 110 | 11101011 | 1100100 | 101111 |
Color Harmonies of #0013EF
Complementary color
Monochromatic Colors of #0013EF
Black with #0013EF
Text Example
Text Example
White with #0013EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013EF; }
p { color: rgb(0,19,239); }
H1.HeaderClassName
{
color: #0013EF;
}
.AnyTagClassName
{
color: #0013EF;
}
</style>
background-color css
<style>
a { background-color: #0013EF; }
a { background-color: rgb(0,19,239); }
div.DivClassName
{
background-color: #0013EF;
}
.BgClassName
{
background-color: #0013EF;
}
</style>
border-color css
<style>
span { border-color: #0013EF; }
span { border-color: rgb(0,19,239); }
td.TdClassName
{
border-color: #0013EF;
}
.TagClassName
{
border-color: #0013EF;
}
</style>