Shades of Denim #0B52CB
Tints of Denim #0B52CB
RGB
CMYK
RGB Variations
Color information
#0B52CB (or 0x0B52CB) is known color: Denim. HEX triplet: 0B, 52 and CB. RGB value is (11,82,203). Sum of RGB (Red+Green+Blue) = 11+82+203=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B52CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B52CB is #F4AD34. Grayscale: #4A4A4A. Windows color (decimal): -16035125 or 13324811. OLE color: 13324811.
HSL color Cylindrical-coordinate representation of color #0B52CB: hue angle of 217.81º 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 #0B52CB is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 82 | 203 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.20 |
| HSL | 217.81º | 0.9% | 0.42% | - |
| HSV(B) | 217.81º | 0.95% | 0.8% | - |
| XYZ | 13.93 | 10.42 | 57.78 | - |
| YUV | 74.57 | 200.48 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 203 | 0.95 | 0.60 | 0 | 0.20 | 217.81 | 0.9 | 0.42 |
| Hex | B | 52 | CB | 5F | 3C | 0 | 14 | DA | 5A | 2A |
| Octal | 13 | 122 | 313 | 137 | 74 | 0 | 24 | 332 | 132 | 52 |
| Binary | 1011 | 1010010 | 11001011 | 1011111 | 111100 | 0 | 10100 | 11011010 | 1011010 | 101010 |
Color Harmonies of #0B52CB
Complementary color
Monochromatic Colors of #0B52CB
Black with #0B52CB
Text Example
Text Example
White with #0B52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B52CB; }
p { color: rgb(11,82,203); }
H1.HeaderClassName
{
color: #0B52CB;
}
.AnyTagClassName
{
color: #0B52CB;
}
</style>
background-color css
<style>
a { background-color: #0B52CB; }
a { background-color: rgb(11,82,203); }
div.DivClassName
{
background-color: #0B52CB;
}
.BgClassName
{
background-color: #0B52CB;
}
</style>
border-color css
<style>
span { border-color: #0B52CB; }
span { border-color: rgb(11,82,203); }
td.TdClassName
{
border-color: #0B52CB;
}
.TagClassName
{
border-color: #0B52CB;
}
</style>