Shades of Denim #0063B3
Tints of Denim #0063B3
RGB
CMYK
RGB Variations
Color information
#0063B3 (or 0x0063B3) is known color: Denim. HEX triplet: 00, 63 and B3. RGB value is (0,99,179). Sum of RGB (Red+Green+Blue) = 0+99+179=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #0063B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063B3 is #FF9C4C. Grayscale: #4E4E4E. Windows color (decimal): -16751693 or 11756288. OLE color: 11756288.
HSL color Cylindrical-coordinate representation of color #0063B3: hue angle of 206.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063B3 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 99 | 179 | - |
| CMYK | 1 | 0.45 | 0 | 0.30 |
| HSL | 206.82º | 1% | 0.35% | - |
| HSV(B) | 206.82º | 1% | 0.7% | - |
| XYZ | 12.6 | 12.18 | 44.33 | - |
| YUV | 78.52 | 184.7 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 179 | 1 | 0.45 | 0 | 0.30 | 206.82 | 1 | 0.35 |
| Hex | 0 | 63 | B3 | 64 | 2D | 0 | 1E | CF | 64 | 23 |
| Octal | 0 | 143 | 263 | 144 | 55 | 0 | 36 | 317 | 144 | 43 |
| Binary | 0 | 1100011 | 10110011 | 1100100 | 101101 | 0 | 11110 | 11001111 | 1100100 | 100011 |
Color Harmonies of #0063B3
Complementary color
Monochromatic Colors of #0063B3
Black with #0063B3
Text Example
Text Example
White with #0063B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0063B3; }
p { color: rgb(0,99,179); }
H1.HeaderClassName
{
color: #0063B3;
}
.AnyTagClassName
{
color: #0063B3;
}
</style>
background-color css
<style>
a { background-color: #0063B3; }
a { background-color: rgb(0,99,179); }
div.DivClassName
{
background-color: #0063B3;
}
.BgClassName
{
background-color: #0063B3;
}
</style>
border-color css
<style>
span { border-color: #0063B3; }
span { border-color: rgb(0,99,179); }
td.TdClassName
{
border-color: #0063B3;
}
.TagClassName
{
border-color: #0063B3;
}
</style>