#065FAA

Color #065FAA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #065FAA

Tints of Denim #065FAA

Color information

#065FAA (or 0x065FAA) is unknown color: approx Denim. HEX triplet: 06, 5F and AA. RGB value is (6,95,170). Sum of RGB (Red+Green+Blue) = 6+95+170=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #065FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065FAA is #F9A055. Grayscale: #4C4C4C. Windows color (decimal): -16359510 or 11165446. OLE color: 11165446.

HSL color Cylindrical-coordinate representation of color #065FAA: hue angle of 207.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065FAA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB695170-
CMYK0.960.4400.33
HSL207.44º93.18%34.51%-
HSV(B)207.44º96.47%66.67%-
XYZ11.4211.1339.58-
YUV76.94180.5177.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=2.21%
G=35.06%
B=62.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6951700.960.4400.33207.4493.1834.51
Hex65FAA602C021cf5d23
Octal61372521405404131713543
Binary11010111111010101011000001011000100001110011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065FAA; }

 p { color: rgb(6,95,170); }

 H1.HeaderClassName
 {
   color: #065FAA;
 }
 .AnyTagClassName
 {
   color: #065FAA;
 }
</style>
background-color css

<style>
 a { background-color: #065FAA; }

 a { background-color: rgb(6,95,170); }

 div.DivClassName
 {
   background-color: #065FAA;
 }
 .BgClassName
 {
   background-color: #065FAA;
 }
</style>
border-color css

<style>
 span { border-color: #065FAA; }

 span { border-color: rgb(6,95,170); }

 td.TdClassName
 {
   border-color: #065FAA;
 }
 .TagClassName
 {
   border-color: #065FAA;
 }
</style>