Shades of Medium Blue #0B13DA
Tints of Medium Blue #0B13DA
RGB
CMYK
RGB Variations
Color information
#0B13DA (or 0x0B13DA) is known color: Medium Blue. HEX triplet: 0B, 13 and DA. RGB value is (11,19,218). Sum of RGB (Red+Green+Blue) = 11+19+218=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B13DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B13DA is #F4EC25. Grayscale: #262626. Windows color (decimal): -16051238 or 14291723. OLE color: 14291723.
HSL color Cylindrical-coordinate representation of color #0B13DA: hue angle of 237.68º 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 #0B13DA is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 19 | 218 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.15 |
| HSL | 237.68º | 0.9% | 0.45% | - |
| HSV(B) | 237.68º | 0.95% | 0.85% | - |
| XYZ | 13.03 | 5.6 | 66.72 | - |
| YUV | 39.29 | 228.85 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 218 | 0.95 | 0.91 | 0 | 0.15 | 237.68 | 0.9 | 0.45 |
| Hex | B | 13 | DA | 5F | 5B | 0 | F | EE | 5A | 2D |
| Octal | 13 | 23 | 332 | 137 | 133 | 0 | 17 | 356 | 132 | 55 |
| Binary | 1011 | 10011 | 11011010 | 1011111 | 1011011 | 0 | 1111 | 11101110 | 1011010 | 101101 |
Color Harmonies of #0B13DA
Complementary color
Monochromatic Colors of #0B13DA
Black with #0B13DA
Text Example
Text Example
White with #0B13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B13DA; }
p { color: rgb(11,19,218); }
H1.HeaderClassName
{
color: #0B13DA;
}
.AnyTagClassName
{
color: #0B13DA;
}
</style>
background-color css
<style>
a { background-color: #0B13DA; }
a { background-color: rgb(11,19,218); }
div.DivClassName
{
background-color: #0B13DA;
}
.BgClassName
{
background-color: #0B13DA;
}
</style>
border-color css
<style>
span { border-color: #0B13DA; }
span { border-color: rgb(11,19,218); }
td.TdClassName
{
border-color: #0B13DA;
}
.TagClassName
{
border-color: #0B13DA;
}
</style>