Shades of Denim #065CB1
Tints of Denim #065CB1
RGB
CMYK
RGB Variations
Color information
#065CB1 (or 0x065CB1) is known color: Denim. HEX triplet: 06, 5C and B1. RGB value is (6,92,177). Sum of RGB (Red+Green+Blue) = 6+92+177=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 177 (69.53% from 255 or 64.36% from 275); Max value from RGB is 177 - color contains mainly: blue. Hex color #065CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065CB1 is #F9A34E. Grayscale: #4B4B4B. Windows color (decimal): -16360271 or 11623430. OLE color: 11623430.
HSL color Cylindrical-coordinate representation of color #065CB1: hue angle of 209.82º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CB1 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 92 | 177 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.31 |
| HSL | 209.82º | 0.93% | 0.36% | - |
| HSV(B) | 209.82º | 0.97% | 0.69% | - |
| XYZ | 11.84 | 10.87 | 43.07 | - |
| YUV | 75.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 177 | 0.97 | 0.48 | 0 | 0.31 | 209.82 | 0.93 | 0.36 |
| Hex | 6 | 5C | B1 | 61 | 30 | 0 | 1F | D2 | 5D | 24 |
| Octal | 6 | 134 | 261 | 141 | 60 | 0 | 37 | 322 | 135 | 44 |
| Binary | 110 | 1011100 | 10110001 | 1100001 | 110000 | 0 | 11111 | 11010010 | 1011101 | 100100 |
Color Harmonies of #065CB1
Complementary color
Monochromatic Colors of #065CB1
Black with #065CB1
Text Example
Text Example
White with #065CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CB1; }
p { color: rgb(6,92,177); }
H1.HeaderClassName
{
color: #065CB1;
}
.AnyTagClassName
{
color: #065CB1;
}
</style>
background-color css
<style>
a { background-color: #065CB1; }
a { background-color: rgb(6,92,177); }
div.DivClassName
{
background-color: #065CB1;
}
.BgClassName
{
background-color: #065CB1;
}
</style>
border-color css
<style>
span { border-color: #065CB1; }
span { border-color: rgb(6,92,177); }
td.TdClassName
{
border-color: #065CB1;
}
.TagClassName
{
border-color: #065CB1;
}
</style>