Shades of Medium Blue #0013BB
Tints of Medium Blue #0013BB
RGB
CMYK
RGB Variations
Color information
#0013BB (or 0x0013BB) is known color: Medium Blue. HEX triplet: 00, 13 and BB. RGB value is (0,19,187). Sum of RGB (Red+Green+Blue) = 0+19+187=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 187 (73.44% from 255 or 90.78% from 206); Max value from RGB is 187 - color contains mainly: blue. Hex color #0013BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013BB is #FFEC44. Grayscale: #1F1F1F. Windows color (decimal): -16772165 or 12260096. OLE color: 12260096.
HSL color Cylindrical-coordinate representation of color #0013BB: hue angle of 233.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013BB is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 19 | 187 | - |
| CMYK | 1 | 0.90 | 0 | 0.27 |
| HSL | 233.9º | 1% | 0.37% | - |
| HSV(B) | 233.9º | 1% | 0.73% | - |
| XYZ | 9.2 | 4.05 | 47.31 | - |
| YUV | 32.47 | 215.21 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 187 | 1 | 0.90 | 0 | 0.27 | 233.9 | 1 | 0.37 |
| Hex | 0 | 13 | BB | 64 | 5A | 0 | 1B | EA | 64 | 25 |
| Octal | 0 | 23 | 273 | 144 | 132 | 0 | 33 | 352 | 144 | 45 |
| Binary | 0 | 10011 | 10111011 | 1100100 | 1011010 | 0 | 11011 | 11101010 | 1100100 | 100101 |
Color Harmonies of #0013BB
Complementary color
Monochromatic Colors of #0013BB
Black with #0013BB
Text Example
Text Example
White with #0013BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013BB; }
p { color: rgb(0,19,187); }
H1.HeaderClassName
{
color: #0013BB;
}
.AnyTagClassName
{
color: #0013BB;
}
</style>
background-color css
<style>
a { background-color: #0013BB; }
a { background-color: rgb(0,19,187); }
div.DivClassName
{
background-color: #0013BB;
}
.BgClassName
{
background-color: #0013BB;
}
</style>
border-color css
<style>
span { border-color: #0013BB; }
span { border-color: rgb(0,19,187); }
td.TdClassName
{
border-color: #0013BB;
}
.TagClassName
{
border-color: #0013BB;
}
</style>