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