Shades of Denim #0B4ECD
Tints of Denim #0B4ECD
RGB
CMYK
RGB Variations
Color information
#0B4ECD (or 0x0B4ECD) is known color: Denim. HEX triplet: 0B, 4E and CD. RGB value is (11,78,205). Sum of RGB (Red+Green+Blue) = 11+78+205=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B4ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4ECD is #F4B132. Grayscale: #474747. Windows color (decimal): -16036147 or 13454859. OLE color: 13454859.
HSL color Cylindrical-coordinate representation of color #0B4ECD: hue angle of 219.28º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4ECD is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 78 | 205 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.20 |
| HSL | 219.28º | 0.9% | 0.42% | - |
| HSV(B) | 219.28º | 0.95% | 0.8% | - |
| XYZ | 13.88 | 9.93 | 58.94 | - |
| YUV | 72.45 | 202.8 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 205 | 0.95 | 0.62 | 0 | 0.20 | 219.28 | 0.9 | 0.42 |
| Hex | B | 4E | CD | 5F | 3E | 0 | 14 | DB | 5A | 2A |
| Octal | 13 | 116 | 315 | 137 | 76 | 0 | 24 | 333 | 132 | 52 |
| Binary | 1011 | 1001110 | 11001101 | 1011111 | 111110 | 0 | 10100 | 11011011 | 1011010 | 101010 |
Color Harmonies of #0B4ECD
Complementary color
Monochromatic Colors of #0B4ECD
Black with #0B4ECD
Text Example
Text Example
White with #0B4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4ECD; }
p { color: rgb(11,78,205); }
H1.HeaderClassName
{
color: #0B4ECD;
}
.AnyTagClassName
{
color: #0B4ECD;
}
</style>
background-color css
<style>
a { background-color: #0B4ECD; }
a { background-color: rgb(11,78,205); }
div.DivClassName
{
background-color: #0B4ECD;
}
.BgClassName
{
background-color: #0B4ECD;
}
</style>
border-color css
<style>
span { border-color: #0B4ECD; }
span { border-color: rgb(11,78,205); }
td.TdClassName
{
border-color: #0B4ECD;
}
.TagClassName
{
border-color: #0B4ECD;
}
</style>