Shades of Denim #0A4DCB
Tints of Denim #0A4DCB
RGB
CMYK
RGB Variations
Color information
#0A4DCB (or 0x0A4DCB) is known color: Denim. HEX triplet: 0A, 4D and CB. RGB value is (10,77,203). Sum of RGB (Red+Green+Blue) = 10+77+203=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A4DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DCB is #F5B234. Grayscale: #464646. Windows color (decimal): -16101941 or 13323530. OLE color: 13323530.
HSL color Cylindrical-coordinate representation of color #0A4DCB: hue angle of 219.17º degrees, saturation: 0.91, 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 #0A4DCB is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 77 | 203 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.20 |
| HSL | 219.17º | 0.91% | 0.42% | - |
| HSV(B) | 219.17º | 0.95% | 0.8% | - |
| XYZ | 13.56 | 9.68 | 57.65 | - |
| YUV | 71.33 | 202.3 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 203 | 0.95 | 0.62 | 0 | 0.20 | 219.17 | 0.91 | 0.42 |
| Hex | A | 4D | CB | 5F | 3E | 0 | 14 | DB | 5B | 2A |
| Octal | 12 | 115 | 313 | 137 | 76 | 0 | 24 | 333 | 133 | 52 |
| Binary | 1010 | 1001101 | 11001011 | 1011111 | 111110 | 0 | 10100 | 11011011 | 1011011 | 101010 |
Color Harmonies of #0A4DCB
Complementary color
Monochromatic Colors of #0A4DCB
Black with #0A4DCB
Text Example
Text Example
White with #0A4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4DCB; }
p { color: rgb(10,77,203); }
H1.HeaderClassName
{
color: #0A4DCB;
}
.AnyTagClassName
{
color: #0A4DCB;
}
</style>
background-color css
<style>
a { background-color: #0A4DCB; }
a { background-color: rgb(10,77,203); }
div.DivClassName
{
background-color: #0A4DCB;
}
.BgClassName
{
background-color: #0A4DCB;
}
</style>
border-color css
<style>
span { border-color: #0A4DCB; }
span { border-color: rgb(10,77,203); }
td.TdClassName
{
border-color: #0A4DCB;
}
.TagClassName
{
border-color: #0A4DCB;
}
</style>