Shades of Medium Blue #0B03DA
Tints of Medium Blue #0B03DA
RGB
CMYK
RGB Variations
Color information
#0B03DA (or 0x0B03DA) is known color: Medium Blue. HEX triplet: 0B, 03 and DA. RGB value is (11,3,218). Sum of RGB (Red+Green+Blue) = 11+3+218=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 218 (85.55% from 255 or 93.97% from 232); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B03DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B03DA is #F4FC25. Grayscale: #1D1D1D. Windows color (decimal): -16055334 or 14287627. OLE color: 14287627.
HSL color Cylindrical-coordinate representation of color #0B03DA: hue angle of 242.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B03DA is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 3 | 218 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.15 |
| HSL | 242.23º | 0.97% | 0.43% | - |
| HSV(B) | 242.23º | 0.99% | 0.85% | - |
| XYZ | 12.83 | 5.2 | 66.66 | - |
| YUV | 29.9 | 234.15 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 218 | 0.95 | 0.99 | 0 | 0.15 | 242.23 | 0.97 | 0.43 |
| Hex | B | 3 | DA | 5F | 63 | 0 | F | F2 | 61 | 2B |
| Octal | 13 | 3 | 332 | 137 | 143 | 0 | 17 | 362 | 141 | 53 |
| Binary | 1011 | 11 | 11011010 | 1011111 | 1100011 | 0 | 1111 | 11110010 | 1100001 | 101011 |
Color Harmonies of #0B03DA
Complementary color
Monochromatic Colors of #0B03DA
Black with #0B03DA
Text Example
Text Example
White with #0B03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B03DA; }
p { color: rgb(11,3,218); }
H1.HeaderClassName
{
color: #0B03DA;
}
.AnyTagClassName
{
color: #0B03DA;
}
</style>
background-color css
<style>
a { background-color: #0B03DA; }
a { background-color: rgb(11,3,218); }
div.DivClassName
{
background-color: #0B03DA;
}
.BgClassName
{
background-color: #0B03DA;
}
</style>
border-color css
<style>
span { border-color: #0B03DA; }
span { border-color: rgb(11,3,218); }
td.TdClassName
{
border-color: #0B03DA;
}
.TagClassName
{
border-color: #0B03DA;
}
</style>