Shades of Denim #0561B3
Tints of Denim #0561B3
RGB
CMYK
RGB Variations
Color information
#0561B3 (or 0x0561B3) is known color: Denim. HEX triplet: 05, 61 and B3. RGB value is (5,97,179). Sum of RGB (Red+Green+Blue) = 5+97+179=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 179 (70.31% from 255 or 63.70% from 281); Max value from RGB is 179 - color contains mainly: blue. Hex color #0561B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0561B3 is #FA9E4C. Grayscale: #4E4E4E. Windows color (decimal): -16424525 or 11755781. OLE color: 11755781.
HSL color Cylindrical-coordinate representation of color #0561B3: hue angle of 208.28º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0561B3 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 97 | 179 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.30 |
| HSL | 208.28º | 0.95% | 0.36% | - |
| HSV(B) | 208.28º | 0.97% | 0.7% | - |
| XYZ | 12.47 | 11.84 | 44.28 | - |
| YUV | 78.84 | 184.52 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 179 | 0.97 | 0.46 | 0 | 0.30 | 208.28 | 0.95 | 0.36 |
| Hex | 5 | 61 | B3 | 61 | 2E | 0 | 1E | D0 | 5F | 24 |
| Octal | 5 | 141 | 263 | 141 | 56 | 0 | 36 | 320 | 137 | 44 |
| Binary | 101 | 1100001 | 10110011 | 1100001 | 101110 | 0 | 11110 | 11010000 | 1011111 | 100100 |
Color Harmonies of #0561B3
Complementary color
Monochromatic Colors of #0561B3
Black with #0561B3
Text Example
Text Example
White with #0561B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0561B3; }
p { color: rgb(5,97,179); }
H1.HeaderClassName
{
color: #0561B3;
}
.AnyTagClassName
{
color: #0561B3;
}
</style>
background-color css
<style>
a { background-color: #0561B3; }
a { background-color: rgb(5,97,179); }
div.DivClassName
{
background-color: #0561B3;
}
.BgClassName
{
background-color: #0561B3;
}
</style>
border-color css
<style>
span { border-color: #0561B3; }
span { border-color: rgb(5,97,179); }
td.TdClassName
{
border-color: #0561B3;
}
.TagClassName
{
border-color: #0561B3;
}
</style>