Shades of Denim #0565AF
Tints of Denim #0565AF
RGB
CMYK
RGB Variations
Color information
#0565AF (or 0x0565AF) is known color: Denim. HEX triplet: 05, 65 and AF. RGB value is (5,101,175). Sum of RGB (Red+Green+Blue) = 5+101+175=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #0565AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0565AF is #FA9A50. Grayscale: #505050. Windows color (decimal): -16423505 or 11494661. OLE color: 11494661.
HSL color Cylindrical-coordinate representation of color #0565AF: hue angle of 206.12º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0565AF is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 101 | 175 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.31 |
| HSL | 206.12º | 0.94% | 0.35% | - |
| HSV(B) | 206.12º | 0.97% | 0.69% | - |
| XYZ | 12.45 | 12.43 | 42.3 | - |
| YUV | 80.73 | 181.2 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 175 | 0.97 | 0.42 | 0 | 0.31 | 206.12 | 0.94 | 0.35 |
| Hex | 5 | 65 | AF | 61 | 2A | 0 | 1F | CE | 5E | 23 |
| Octal | 5 | 145 | 257 | 141 | 52 | 0 | 37 | 316 | 136 | 43 |
| Binary | 101 | 1100101 | 10101111 | 1100001 | 101010 | 0 | 11111 | 11001110 | 1011110 | 100011 |
Color Harmonies of #0565AF
Complementary color
Monochromatic Colors of #0565AF
Black with #0565AF
Text Example
Text Example
White with #0565AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0565AF; }
p { color: rgb(5,101,175); }
H1.HeaderClassName
{
color: #0565AF;
}
.AnyTagClassName
{
color: #0565AF;
}
</style>
background-color css
<style>
a { background-color: #0565AF; }
a { background-color: rgb(5,101,175); }
div.DivClassName
{
background-color: #0565AF;
}
.BgClassName
{
background-color: #0565AF;
}
</style>
border-color css
<style>
span { border-color: #0565AF; }
span { border-color: rgb(5,101,175); }
td.TdClassName
{
border-color: #0565AF;
}
.TagClassName
{
border-color: #0565AF;
}
</style>