Shades of Denim #065FBA
Tints of Denim #065FBA
RGB
CMYK
RGB Variations
Color information
#065FBA (or 0x065FBA) is known color: Denim. HEX triplet: 06, 5F and BA. RGB value is (6,95,186). Sum of RGB (Red+Green+Blue) = 6+95+186=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #065FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FBA is #F9A045. Grayscale: #4E4E4E. Windows color (decimal): -16359494 or 12214022. OLE color: 12214022.
HSL color Cylindrical-coordinate representation of color #065FBA: hue angle of 210.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065FBA is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 95 | 186 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.27 |
| HSL | 210.33º | 0.94% | 0.38% | - |
| HSV(B) | 210.33º | 0.97% | 0.73% | - |
| XYZ | 13.03 | 11.77 | 48.04 | - |
| YUV | 78.76 | 188.51 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 186 | 0.97 | 0.49 | 0 | 0.27 | 210.33 | 0.94 | 0.38 |
| Hex | 6 | 5F | BA | 61 | 31 | 0 | 1B | D2 | 5E | 26 |
| Octal | 6 | 137 | 272 | 141 | 61 | 0 | 33 | 322 | 136 | 46 |
| Binary | 110 | 1011111 | 10111010 | 1100001 | 110001 | 0 | 11011 | 11010010 | 1011110 | 100110 |
Color Harmonies of #065FBA
Complementary color
Monochromatic Colors of #065FBA
Black with #065FBA
Text Example
Text Example
White with #065FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FBA; }
p { color: rgb(6,95,186); }
H1.HeaderClassName
{
color: #065FBA;
}
.AnyTagClassName
{
color: #065FBA;
}
</style>
background-color css
<style>
a { background-color: #065FBA; }
a { background-color: rgb(6,95,186); }
div.DivClassName
{
background-color: #065FBA;
}
.BgClassName
{
background-color: #065FBA;
}
</style>
border-color css
<style>
span { border-color: #065FBA; }
span { border-color: rgb(6,95,186); }
td.TdClassName
{
border-color: #065FBA;
}
.TagClassName
{
border-color: #065FBA;
}
</style>