Shades of Denim #0167B3
Tints of Denim #0167B3
RGB
CMYK
RGB Variations
Color information
#0167B3 (or 0x0167B3) is known color: Denim. HEX triplet: 01, 67 and B3. RGB value is (1,103,179). Sum of RGB (Red+Green+Blue) = 1+103+179=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #0167B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167B3 is #FE984C. Grayscale: #505050. Windows color (decimal): -16685133 or 11757313. OLE color: 11757313.
HSL color Cylindrical-coordinate representation of color #0167B3: hue angle of 205.62º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0167B3 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 103 | 179 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.30 |
| HSL | 205.62º | 0.99% | 0.35% | - |
| HSV(B) | 205.62º | 0.99% | 0.7% | - |
| XYZ | 13 | 12.96 | 44.46 | - |
| YUV | 81.17 | 183.21 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 179 | 0.99 | 0.42 | 0 | 0.30 | 205.62 | 0.99 | 0.35 |
| Hex | 1 | 67 | B3 | 63 | 2A | 0 | 1E | CE | 63 | 23 |
| Octal | 1 | 147 | 263 | 143 | 52 | 0 | 36 | 316 | 143 | 43 |
| Binary | 1 | 1100111 | 10110011 | 1100011 | 101010 | 0 | 11110 | 11001110 | 1100011 | 100011 |
Color Harmonies of #0167B3
Complementary color
Monochromatic Colors of #0167B3
Black with #0167B3
Text Example
Text Example
White with #0167B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167B3; }
p { color: rgb(1,103,179); }
H1.HeaderClassName
{
color: #0167B3;
}
.AnyTagClassName
{
color: #0167B3;
}
</style>
background-color css
<style>
a { background-color: #0167B3; }
a { background-color: rgb(1,103,179); }
div.DivClassName
{
background-color: #0167B3;
}
.BgClassName
{
background-color: #0167B3;
}
</style>
border-color css
<style>
span { border-color: #0167B3; }
span { border-color: rgb(1,103,179); }
td.TdClassName
{
border-color: #0167B3;
}
.TagClassName
{
border-color: #0167B3;
}
</style>