Shades of Denim #0A67BC
Tints of Denim #0A67BC
RGB
CMYK
RGB Variations
Color information
#0A67BC (or 0x0A67BC) is known color: Denim. HEX triplet: 0A, 67 and BC. RGB value is (10,103,188). Sum of RGB (Red+Green+Blue) = 10+103+188=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A67BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A67BC is #F59843. Grayscale: #545454. Windows color (decimal): -16095300 or 12347146. OLE color: 12347146.
HSL color Cylindrical-coordinate representation of color #0A67BC: hue angle of 208.65º 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 #0A67BC is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 103 | 188 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.26 |
| HSL | 208.65º | 0.9% | 0.39% | - |
| HSV(B) | 208.65º | 0.95% | 0.74% | - |
| XYZ | 14.05 | 13.4 | 49.42 | - |
| YUV | 84.88 | 186.19 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 188 | 0.95 | 0.45 | 0 | 0.26 | 208.65 | 0.9 | 0.39 |
| Hex | A | 67 | BC | 5F | 2D | 0 | 1A | D1 | 5A | 27 |
| Octal | 12 | 147 | 274 | 137 | 55 | 0 | 32 | 321 | 132 | 47 |
| Binary | 1010 | 1100111 | 10111100 | 1011111 | 101101 | 0 | 11010 | 11010001 | 1011010 | 100111 |
Color Harmonies of #0A67BC
Complementary color
Monochromatic Colors of #0A67BC
Black with #0A67BC
Text Example
Text Example
White with #0A67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A67BC; }
p { color: rgb(10,103,188); }
H1.HeaderClassName
{
color: #0A67BC;
}
.AnyTagClassName
{
color: #0A67BC;
}
</style>
background-color css
<style>
a { background-color: #0A67BC; }
a { background-color: rgb(10,103,188); }
div.DivClassName
{
background-color: #0A67BC;
}
.BgClassName
{
background-color: #0A67BC;
}
</style>
border-color css
<style>
span { border-color: #0A67BC; }
span { border-color: rgb(10,103,188); }
td.TdClassName
{
border-color: #0A67BC;
}
.TagClassName
{
border-color: #0A67BC;
}
</style>