Shades of Medium Blue #000BDA
Tints of Medium Blue #000BDA
RGB
CMYK
RGB Variations
Color information
#000BDA (or 0x000BDA) is known color: Medium Blue. HEX triplet: 00, 0B and DA. RGB value is (0,11,218). Sum of RGB (Red+Green+Blue) = 0+11+218=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 218 (85.55% from 255 or 95.20% from 229); Max value from RGB is 218 - color contains mainly: blue. Hex color #000BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000BDA is #FFF425. Grayscale: #1E1E1E. Windows color (decimal): -16774182 or 14289664. OLE color: 14289664.
HSL color Cylindrical-coordinate representation of color #000BDA: hue angle of 236.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BDA is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 11 | 218 | - |
| CMYK | 1 | 0.95 | 0 | 0.15 |
| HSL | 236.97º | 1% | 0.43% | - |
| HSV(B) | 236.97º | 1% | 0.85% | - |
| XYZ | 12.77 | 5.3 | 66.68 | - |
| YUV | 31.31 | 233.36 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 218 | 1 | 0.95 | 0 | 0.15 | 236.97 | 1 | 0.43 |
| Hex | 0 | B | DA | 64 | 5F | 0 | F | ED | 64 | 2B |
| Octal | 0 | 13 | 332 | 144 | 137 | 0 | 17 | 355 | 144 | 53 |
| Binary | 0 | 1011 | 11011010 | 1100100 | 1011111 | 0 | 1111 | 11101101 | 1100100 | 101011 |
Color Harmonies of #000BDA
Complementary color
Monochromatic Colors of #000BDA
Black with #000BDA
Text Example
Text Example
White with #000BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BDA; }
p { color: rgb(0,11,218); }
H1.HeaderClassName
{
color: #000BDA;
}
.AnyTagClassName
{
color: #000BDA;
}
</style>
background-color css
<style>
a { background-color: #000BDA; }
a { background-color: rgb(0,11,218); }
div.DivClassName
{
background-color: #000BDA;
}
.BgClassName
{
background-color: #000BDA;
}
</style>
border-color css
<style>
span { border-color: #000BDA; }
span { border-color: rgb(0,11,218); }
td.TdClassName
{
border-color: #000BDA;
}
.TagClassName
{
border-color: #000BDA;
}
</style>