Shades of Medium Blue #0B04D1
Tints of Medium Blue #0B04D1
RGB
CMYK
RGB Variations
Color information
#0B04D1 (or 0x0B04D1) is known color: Medium Blue. HEX triplet: 0B, 04 and D1. RGB value is (11,4,209). Sum of RGB (Red+Green+Blue) = 11+4+209=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 209 (82.03% from 255 or 93.30% from 224); Max value from RGB is 209 - color contains mainly: blue. Hex color #0B04D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B04D1 is #F4FB2E. Grayscale: #1C1C1C. Windows color (decimal): -16055087 or 13698059. OLE color: 13698059.
HSL color Cylindrical-coordinate representation of color #0B04D1: hue angle of 242.05º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B04D1 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 4 | 209 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.18 |
| HSL | 242.05º | 0.96% | 0.42% | - |
| HSV(B) | 242.05º | 0.98% | 0.82% | - |
| XYZ | 11.69 | 4.76 | 60.62 | - |
| YUV | 29.46 | 229.32 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 209 | 0.95 | 0.98 | 0 | 0.18 | 242.05 | 0.96 | 0.42 |
| Hex | B | 4 | D1 | 5F | 62 | 0 | 12 | F2 | 60 | 2A |
| Octal | 13 | 4 | 321 | 137 | 142 | 0 | 22 | 362 | 140 | 52 |
| Binary | 1011 | 100 | 11010001 | 1011111 | 1100010 | 0 | 10010 | 11110010 | 1100000 | 101010 |
Color Harmonies of #0B04D1
Complementary color
Monochromatic Colors of #0B04D1
Black with #0B04D1
Text Example
Text Example
White with #0B04D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B04D1; }
p { color: rgb(11,4,209); }
H1.HeaderClassName
{
color: #0B04D1;
}
.AnyTagClassName
{
color: #0B04D1;
}
</style>
background-color css
<style>
a { background-color: #0B04D1; }
a { background-color: rgb(11,4,209); }
div.DivClassName
{
background-color: #0B04D1;
}
.BgClassName
{
background-color: #0B04D1;
}
</style>
border-color css
<style>
span { border-color: #0B04D1; }
span { border-color: rgb(11,4,209); }
td.TdClassName
{
border-color: #0B04D1;
}
.TagClassName
{
border-color: #0B04D1;
}
</style>