Shades of Denim #0A4ECB
Tints of Denim #0A4ECB
RGB
CMYK
RGB Variations
Color information
#0A4ECB (or 0x0A4ECB) is known color: Denim. HEX triplet: 0A, 4E and CB. RGB value is (10,78,203). Sum of RGB (Red+Green+Blue) = 10+78+203=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A4ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4ECB is #F5B134. Grayscale: #474747. Windows color (decimal): -16101685 or 13323786. OLE color: 13323786.
HSL color Cylindrical-coordinate representation of color #0A4ECB: hue angle of 218.86º 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 #0A4ECB is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 78 | 203 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.20 |
| HSL | 218.86º | 0.91% | 0.42% | - |
| HSV(B) | 218.86º | 0.95% | 0.8% | - |
| XYZ | 13.63 | 9.83 | 57.68 | - |
| YUV | 71.92 | 201.97 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 203 | 0.95 | 0.62 | 0 | 0.20 | 218.86 | 0.91 | 0.42 |
| Hex | A | 4E | CB | 5F | 3E | 0 | 14 | DB | 5B | 2A |
| Octal | 12 | 116 | 313 | 137 | 76 | 0 | 24 | 333 | 133 | 52 |
| Binary | 1010 | 1001110 | 11001011 | 1011111 | 111110 | 0 | 10100 | 11011011 | 1011011 | 101010 |
Color Harmonies of #0A4ECB
Complementary color
Monochromatic Colors of #0A4ECB
Black with #0A4ECB
Text Example
Text Example
White with #0A4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4ECB; }
p { color: rgb(10,78,203); }
H1.HeaderClassName
{
color: #0A4ECB;
}
.AnyTagClassName
{
color: #0A4ECB;
}
</style>
background-color css
<style>
a { background-color: #0A4ECB; }
a { background-color: rgb(10,78,203); }
div.DivClassName
{
background-color: #0A4ECB;
}
.BgClassName
{
background-color: #0A4ECB;
}
</style>
border-color css
<style>
span { border-color: #0A4ECB; }
span { border-color: rgb(10,78,203); }
td.TdClassName
{
border-color: #0A4ECB;
}
.TagClassName
{
border-color: #0A4ECB;
}
</style>