Shades of Denim #0A68BC
Tints of Denim #0A68BC
RGB
CMYK
RGB Variations
Color information
#0A68BC (or 0x0A68BC) is known color: Denim. HEX triplet: 0A, 68 and BC. RGB value is (10,104,188). Sum of RGB (Red+Green+Blue) = 10+104+188=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A68BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A68BC is #F59743. Grayscale: #555555. Windows color (decimal): -16095044 or 12347402. OLE color: 12347402.
HSL color Cylindrical-coordinate representation of color #0A68BC: hue angle of 208.31º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A68BC is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 104 | 188 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.26 |
| HSL | 208.31º | 0.9% | 0.39% | - |
| HSV(B) | 208.31º | 0.95% | 0.74% | - |
| XYZ | 14.15 | 13.6 | 49.46 | - |
| YUV | 85.47 | 185.86 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 188 | 0.95 | 0.45 | 0 | 0.26 | 208.31 | 0.9 | 0.39 |
| Hex | A | 68 | BC | 5F | 2D | 0 | 1A | D0 | 5A | 27 |
| Octal | 12 | 150 | 274 | 137 | 55 | 0 | 32 | 320 | 132 | 47 |
| Binary | 1010 | 1101000 | 10111100 | 1011111 | 101101 | 0 | 11010 | 11010000 | 1011010 | 100111 |
Color Harmonies of #0A68BC
Complementary color
Monochromatic Colors of #0A68BC
Black with #0A68BC
Text Example
Text Example
White with #0A68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A68BC; }
p { color: rgb(10,104,188); }
H1.HeaderClassName
{
color: #0A68BC;
}
.AnyTagClassName
{
color: #0A68BC;
}
</style>
background-color css
<style>
a { background-color: #0A68BC; }
a { background-color: rgb(10,104,188); }
div.DivClassName
{
background-color: #0A68BC;
}
.BgClassName
{
background-color: #0A68BC;
}
</style>
border-color css
<style>
span { border-color: #0A68BC; }
span { border-color: rgb(10,104,188); }
td.TdClassName
{
border-color: #0A68BC;
}
.TagClassName
{
border-color: #0A68BC;
}
</style>