Shades of Denim #0569B2
Tints of Denim #0569B2
RGB
CMYK
RGB Variations
Color information
#0569B2 (or 0x0569B2) is known color: Denim. HEX triplet: 05, 69 and B2. RGB value is (5,105,178). Sum of RGB (Red+Green+Blue) = 5+105+178=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 178 (69.92% from 255 or 61.81% from 288); Max value from RGB is 178 - color contains mainly: blue. Hex color #0569B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0569B2 is #FA964D. Grayscale: #535353. Windows color (decimal): -16422478 or 11692293. OLE color: 11692293.
HSL color Cylindrical-coordinate representation of color #0569B2: hue angle of 205.32º 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 #0569B2 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 105 | 178 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.30 |
| HSL | 205.32º | 0.95% | 0.36% | - |
| HSV(B) | 205.32º | 0.97% | 0.7% | - |
| XYZ | 13.15 | 13.35 | 44 | - |
| YUV | 83.42 | 181.37 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 178 | 0.97 | 0.41 | 0 | 0.30 | 205.32 | 0.95 | 0.36 |
| Hex | 5 | 69 | B2 | 61 | 29 | 0 | 1E | CD | 5F | 24 |
| Octal | 5 | 151 | 262 | 141 | 51 | 0 | 36 | 315 | 137 | 44 |
| Binary | 101 | 1101001 | 10110010 | 1100001 | 101001 | 0 | 11110 | 11001101 | 1011111 | 100100 |
Color Harmonies of #0569B2
Complementary color
Monochromatic Colors of #0569B2
Black with #0569B2
Text Example
Text Example
White with #0569B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0569B2; }
p { color: rgb(5,105,178); }
H1.HeaderClassName
{
color: #0569B2;
}
.AnyTagClassName
{
color: #0569B2;
}
</style>
background-color css
<style>
a { background-color: #0569B2; }
a { background-color: rgb(5,105,178); }
div.DivClassName
{
background-color: #0569B2;
}
.BgClassName
{
background-color: #0569B2;
}
</style>
border-color css
<style>
span { border-color: #0569B2; }
span { border-color: rgb(5,105,178); }
td.TdClassName
{
border-color: #0569B2;
}
.TagClassName
{
border-color: #0569B2;
}
</style>