Shades of Denim #0A4ECA
Tints of Denim #0A4ECA
RGB
CMYK
RGB Variations
Color information
#0A4ECA (or 0x0A4ECA) is known color: Denim. HEX triplet: 0A, 4E and CA. RGB value is (10,78,202). Sum of RGB (Red+Green+Blue) = 10+78+202=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A4ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4ECA is #F5B135. Grayscale: #474747. Windows color (decimal): -16101686 or 13258250. OLE color: 13258250.
HSL color Cylindrical-coordinate representation of color #0A4ECA: hue angle of 218.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4ECA is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 78 | 202 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.21 |
| HSL | 218.75º | 0.91% | 0.42% | - |
| HSV(B) | 218.75º | 0.95% | 0.79% | - |
| XYZ | 13.51 | 9.78 | 57.05 | - |
| YUV | 71.8 | 201.47 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 202 | 0.95 | 0.61 | 0 | 0.21 | 218.75 | 0.91 | 0.42 |
| Hex | A | 4E | CA | 5F | 3D | 0 | 15 | DB | 5B | 2A |
| Octal | 12 | 116 | 312 | 137 | 75 | 0 | 25 | 333 | 133 | 52 |
| Binary | 1010 | 1001110 | 11001010 | 1011111 | 111101 | 0 | 10101 | 11011011 | 1011011 | 101010 |
Color Harmonies of #0A4ECA
Complementary color
Monochromatic Colors of #0A4ECA
Black with #0A4ECA
Text Example
Text Example
White with #0A4ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4ECA; }
p { color: rgb(10,78,202); }
H1.HeaderClassName
{
color: #0A4ECA;
}
.AnyTagClassName
{
color: #0A4ECA;
}
</style>
background-color css
<style>
a { background-color: #0A4ECA; }
a { background-color: rgb(10,78,202); }
div.DivClassName
{
background-color: #0A4ECA;
}
.BgClassName
{
background-color: #0A4ECA;
}
</style>
border-color css
<style>
span { border-color: #0A4ECA; }
span { border-color: rgb(10,78,202); }
td.TdClassName
{
border-color: #0A4ECA;
}
.TagClassName
{
border-color: #0A4ECA;
}
</style>