Shades of Medium Blue #0B04DC
Tints of Medium Blue #0B04DC
RGB
CMYK
RGB Variations
Color information
#0B04DC (or 0x0B04DC) is known color: Medium Blue. HEX triplet: 0B, 04 and DC. RGB value is (11,4,220). Sum of RGB (Red+Green+Blue) = 11+4+220=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 220 (86.33% from 255 or 93.62% from 235); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B04DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B04DC is #F4FB23. Grayscale: #1D1D1D. Windows color (decimal): -16055076 or 14418955. OLE color: 14418955.
HSL color Cylindrical-coordinate representation of color #0B04DC: hue angle of 241.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B04DC is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 4 | 220 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.14 |
| HSL | 241.94º | 0.96% | 0.44% | - |
| HSV(B) | 241.94º | 0.98% | 0.86% | - |
| XYZ | 13.1 | 5.33 | 68.05 | - |
| YUV | 30.72 | 234.82 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 220 | 0.95 | 0.98 | 0 | 0.14 | 241.94 | 0.96 | 0.44 |
| Hex | B | 4 | DC | 5F | 62 | 0 | E | F2 | 60 | 2C |
| Octal | 13 | 4 | 334 | 137 | 142 | 0 | 16 | 362 | 140 | 54 |
| Binary | 1011 | 100 | 11011100 | 1011111 | 1100010 | 0 | 1110 | 11110010 | 1100000 | 101100 |
Color Harmonies of #0B04DC
Complementary color
Monochromatic Colors of #0B04DC
Black with #0B04DC
Text Example
Text Example
White with #0B04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B04DC; }
p { color: rgb(11,4,220); }
H1.HeaderClassName
{
color: #0B04DC;
}
.AnyTagClassName
{
color: #0B04DC;
}
</style>
background-color css
<style>
a { background-color: #0B04DC; }
a { background-color: rgb(11,4,220); }
div.DivClassName
{
background-color: #0B04DC;
}
.BgClassName
{
background-color: #0B04DC;
}
</style>
border-color css
<style>
span { border-color: #0B04DC; }
span { border-color: rgb(11,4,220); }
td.TdClassName
{
border-color: #0B04DC;
}
.TagClassName
{
border-color: #0B04DC;
}
</style>