Shades of Medium Blue #0B21DA
Tints of Medium Blue #0B21DA
RGB
CMYK
RGB Variations
Color information
#0B21DA (or 0x0B21DA) is known color: Medium Blue. HEX triplet: 0B, 21 and DA. RGB value is (11,33,218). Sum of RGB (Red+Green+Blue) = 11+33+218=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B21DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B21DA is #F4DE25. Grayscale: #2E2E2E. Windows color (decimal): -16047654 or 14295307. OLE color: 14295307.
HSL color Cylindrical-coordinate representation of color #0B21DA: hue angle of 233.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B21DA is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 33 | 218 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.15 |
| HSL | 233.62º | 0.9% | 0.45% | - |
| HSV(B) | 233.62º | 0.95% | 0.85% | - |
| XYZ | 13.34 | 6.22 | 66.83 | - |
| YUV | 47.51 | 224.21 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 218 | 0.95 | 0.85 | 0 | 0.15 | 233.62 | 0.9 | 0.45 |
| Hex | B | 21 | DA | 5F | 55 | 0 | F | EA | 5A | 2D |
| Octal | 13 | 41 | 332 | 137 | 125 | 0 | 17 | 352 | 132 | 55 |
| Binary | 1011 | 100001 | 11011010 | 1011111 | 1010101 | 0 | 1111 | 11101010 | 1011010 | 101101 |
Color Harmonies of #0B21DA
Complementary color
Monochromatic Colors of #0B21DA
Black with #0B21DA
Text Example
Text Example
White with #0B21DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B21DA; }
p { color: rgb(11,33,218); }
H1.HeaderClassName
{
color: #0B21DA;
}
.AnyTagClassName
{
color: #0B21DA;
}
</style>
background-color css
<style>
a { background-color: #0B21DA; }
a { background-color: rgb(11,33,218); }
div.DivClassName
{
background-color: #0B21DA;
}
.BgClassName
{
background-color: #0B21DA;
}
</style>
border-color css
<style>
span { border-color: #0B21DA; }
span { border-color: rgb(11,33,218); }
td.TdClassName
{
border-color: #0B21DA;
}
.TagClassName
{
border-color: #0B21DA;
}
</style>