Shades of Denim #0363AB
Tints of Denim #0363AB
RGB
CMYK
RGB Variations
Color information
#0363AB (or 0x0363AB) is known color: Denim. HEX triplet: 03, 63 and AB. RGB value is (3,99,171). Sum of RGB (Red+Green+Blue) = 3+99+171=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #0363AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0363AB is #FC9C54. Grayscale: #4E4E4E. Windows color (decimal): -16555093 or 11232003. OLE color: 11232003.
HSL color Cylindrical-coordinate representation of color #0363AB: hue angle of 205.71º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0363AB is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 99 | 171 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.33 |
| HSL | 205.71º | 0.97% | 0.34% | - |
| HSV(B) | 205.71º | 0.98% | 0.67% | - |
| XYZ | 11.85 | 11.88 | 40.2 | - |
| YUV | 78.5 | 180.2 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 171 | 0.98 | 0.42 | 0 | 0.33 | 205.71 | 0.97 | 0.34 |
| Hex | 3 | 63 | AB | 62 | 2A | 0 | 21 | CE | 61 | 22 |
| Octal | 3 | 143 | 253 | 142 | 52 | 0 | 41 | 316 | 141 | 42 |
| Binary | 11 | 1100011 | 10101011 | 1100010 | 101010 | 0 | 100001 | 11001110 | 1100001 | 100010 |
Color Harmonies of #0363AB
Complementary color
Monochromatic Colors of #0363AB
Black with #0363AB
Text Example
Text Example
White with #0363AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0363AB; }
p { color: rgb(3,99,171); }
H1.HeaderClassName
{
color: #0363AB;
}
.AnyTagClassName
{
color: #0363AB;
}
</style>
background-color css
<style>
a { background-color: #0363AB; }
a { background-color: rgb(3,99,171); }
div.DivClassName
{
background-color: #0363AB;
}
.BgClassName
{
background-color: #0363AB;
}
</style>
border-color css
<style>
span { border-color: #0363AB; }
span { border-color: rgb(3,99,171); }
td.TdClassName
{
border-color: #0363AB;
}
.TagClassName
{
border-color: #0363AB;
}
</style>