Shades of Denim #0A67AE
Tints of Denim #0A67AE
RGB
CMYK
RGB Variations
Color information
#0A67AE (or 0x0A67AE) is known color: Denim. HEX triplet: 0A, 67 and AE. RGB value is (10,103,174). Sum of RGB (Red+Green+Blue) = 10+103+174=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A67AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A67AE is #F59851. Grayscale: #525252. Windows color (decimal): -16095314 or 11429642. OLE color: 11429642.
HSL color Cylindrical-coordinate representation of color #0A67AE: hue angle of 205.98º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A67AE is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 103 | 174 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.32 |
| HSL | 205.98º | 0.89% | 0.36% | - |
| HSV(B) | 205.98º | 0.94% | 0.68% | - |
| XYZ | 12.62 | 12.82 | 41.85 | - |
| YUV | 83.29 | 179.19 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 174 | 0.94 | 0.41 | 0 | 0.32 | 205.98 | 0.89 | 0.36 |
| Hex | A | 67 | AE | 5E | 29 | 0 | 20 | CE | 59 | 24 |
| Octal | 12 | 147 | 256 | 136 | 51 | 0 | 40 | 316 | 131 | 44 |
| Binary | 1010 | 1100111 | 10101110 | 1011110 | 101001 | 0 | 100000 | 11001110 | 1011001 | 100100 |
Color Harmonies of #0A67AE
Complementary color
Monochromatic Colors of #0A67AE
Black with #0A67AE
Text Example
Text Example
White with #0A67AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A67AE; }
p { color: rgb(10,103,174); }
H1.HeaderClassName
{
color: #0A67AE;
}
.AnyTagClassName
{
color: #0A67AE;
}
</style>
background-color css
<style>
a { background-color: #0A67AE; }
a { background-color: rgb(10,103,174); }
div.DivClassName
{
background-color: #0A67AE;
}
.BgClassName
{
background-color: #0A67AE;
}
</style>
border-color css
<style>
span { border-color: #0A67AE; }
span { border-color: rgb(10,103,174); }
td.TdClassName
{
border-color: #0A67AE;
}
.TagClassName
{
border-color: #0A67AE;
}
</style>